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

/external/clang/include/clang/AST/
H A DStmt.h1065 void setWhileLoc(SourceLocation L) { WhileLoc = L; } function in class:clang::WhileStmt
1112 void setWhileLoc(SourceLocation L) { WhileLoc = L; } function in class:clang::DoStmt
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp224 S->setWhileLoc(ReadSourceLocation(Record, Idx));
232 S->setWhileLoc(ReadSourceLocation(Record, Idx));

Completed in 608 milliseconds