Home
last modified time | relevance | path

Searched defs:setWhileLoc (Results 1 – 1 of 1) 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