Searched refs:getForLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h185 SourceLocation getForLoc() const { return ForLoc; } function in class:clang::CXXForRangeStmt
H A DStmtObjC.h53 SourceLocation getForLoc() const { return ForLoc; } function in class:clang::ObjCForCollectionStmt
H A DStmt.h1157 SourceLocation getForLoc() const { return ForLoc; } function in class:clang::ForStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp170 Writer.AddSourceLocation(S->getForLoc(), Record);
1022 Writer.AddSourceLocation(S->getForLoc(), Record);
1103 Writer.AddSourceLocation(S->getForLoc(), Record);
/external/clang/lib/Sema/
H A DTreeTransform.h5561 ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getForLoc(),
5595 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(),
5961 return getDerived().RebuildObjCForCollectionStmt(S->getForLoc(),
6073 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(),
6089 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(),
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1733 SourceLocation ForEachLoc = S->getForLoc();

Completed in 105 milliseconds