Searched refs:setForLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h186 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } function in class:clang::CXXForRangeStmt
H A DStmtObjC.h54 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } function in class:clang::ObjCForCollectionStmt
H A DStmt.h1183 void setForLoc(SourceLocation L) { ForLoc = L; } function in class:clang::ForStmt
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp244 S->setForLoc(ReadSourceLocation(Record, Idx));
1080 S->setForLoc(ReadSourceLocation(Record, Idx));
1160 S->setForLoc(ReadSourceLocation(Record, Idx));

Completed in 144 milliseconds