Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2692 void setWhileLoc(SourceLocation L) { WhileStmtBits.WhileLoc = L; } in setWhileLoc() function
2755 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1132 setWhileLoc(WL); in WhileStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp287 S->setWhileLoc(readSourceLocation()); in VisitWhileStmt()
297 S->setWhileLoc(readSourceLocation()); in VisitDoStmt()