Home
last modified time | relevance | path

Searched refs:setIfLoc (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h889 void setIfLoc(SourceLocation L) { IfLoc = L; } in setIfLoc() function
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp191 S->setIfLoc(ReadSourceLocation(Record, Idx)); in VisitIfStmt()