Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmt.cpp931 setIfLoc(IL); in IfStmt()
/external/clang/include/clang/AST/
DStmt.h929 void setIfLoc(SourceLocation L) { IfLoc = L; } in setIfLoc() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h2064 void setIfLoc(SourceLocation IfLoc) { IfStmtBits.IfLoc = IfLoc; } in setIfLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp228 S->setIfLoc(readSourceLocation()); in VisitIfStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp194 S->setIfLoc(ReadSourceLocation(Record, Idx)); in VisitIfStmt()