Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtObjC.h54 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } in setForLoc() function
DStmt.h1201 void setForLoc(SourceLocation L) { ForLoc = L; } in setForLoc() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp248 S->setForLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt()
1128 S->setForLoc(ReadSourceLocation(Record, Idx)); in VisitObjCForCollectionStmt()