Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2165 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc() function
2217 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp997 setWhileLoc(WL); in WhileStmt()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp281 S->setWhileLoc(ReadSourceLocation()); in VisitWhileStmt()
289 S->setWhileLoc(ReadSourceLocation()); in VisitDoStmt()