Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2418 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc() function
2481 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1118 setWhileLoc(WL); in WhileStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp279 S->setWhileLoc(readSourceLocation()); in VisitWhileStmt()
289 S->setWhileLoc(readSourceLocation()); in VisitDoStmt()