Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h1061 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
1108 void setWhileLoc(SourceLocation L) { WhileLoc = L; } in setWhileLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp224 S->setWhileLoc(ReadSourceLocation(Record, Idx)); in VisitWhileStmt()
232 S->setWhileLoc(ReadSourceLocation(Record, Idx)); in VisitDoStmt()