Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h2699 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc() function
2762 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp1133 setWhileLoc(WL); in WhileStmt()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp287 S->setWhileLoc(readSourceLocation()); in VisitWhileStmt()
297 S->setWhileLoc(readSourceLocation()); in VisitDoStmt()