Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h186 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } in setForLoc() function
H A DStmtObjC.h54 void setForLoc(SourceLocation Loc) { ForLoc = Loc; } in setForLoc() function
H A DStmt.h1188 void setForLoc(SourceLocation L) { ForLoc = L; } in setForLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp244 S->setForLoc(ReadSourceLocation(Record, Idx)); in VisitForStmt()
1081 S->setForLoc(ReadSourceLocation(Record, Idx)); in VisitObjCForCollectionStmt()
1161 S->setForLoc(ReadSourceLocation(Record, Idx)); in VisitCXXForRangeStmt()