Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1083 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
1130 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h2414 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc() function
2477 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
/external/llvm-project/clang/lib/AST/
DStmt.cpp1110 setWhileLoc(WL); in WhileStmt()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp277 S->setWhileLoc(readSourceLocation()); in VisitWhileStmt()
287 S->setWhileLoc(readSourceLocation()); in VisitDoStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp228 S->setWhileLoc(ReadSourceLocation(Record, Idx)); in VisitWhileStmt()
236 S->setWhileLoc(ReadSourceLocation(Record, Idx)); in VisitDoStmt()