Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h1070 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
1117 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp224 S->setWhileLoc(ReadSourceLocation(Record, Idx)); in VisitWhileStmt()
232 S->setWhileLoc(ReadSourceLocation(Record, Idx)); in VisitDoStmt()