Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h186 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } in setForLoc() function
DStmtObjC.h54 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } in setForLoc() function
DStmt.h1158 void setForLoc(SourceLocation L) { ForLoc = L; } in setForLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp244 S->setForLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt()
1074 S->setForLoc(ReadSourceLocation(Record, Idx)); in VisitObjCForCollectionStmt()
1154 S->setForLoc(ReadSourceLocation(Record, Idx)); in VisitCXXForRangeStmt()