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

/external/clang/include/clang/AST/
H A DStmtCXX.h193 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.h1200 SourceLocation getForLoc() const { return ForLoc; } function in class:clang::ForStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp182 Record.AddSourceLocation(S->getForLoc());
1088 Record.AddSourceLocation(S->getForLoc());
1169 Record.AddSourceLocation(S->getForLoc());
/external/clang/lib/AST/
H A DASTImporter.cpp5102 SourceLocation ToForLoc = Importer.Import(S->getForLoc());
5219 SourceLocation ToForLoc = Importer.Import(S->getForLoc());
5240 SourceLocation ToForLoc = Importer.Import(S->getForLoc());
/external/clang/lib/Sema/
H A DTreeTransform.h6406 getSema().ActOnOpenMPLoopInitialization(S->getForLoc(), Init.get());
6410 S->getForLoc(), S->getConditionVariable(), S->getCond(),
6436 return getDerived().RebuildForStmt(S->getForLoc(), S->getLParenLoc(),
6851 return getDerived().RebuildObjCForCollectionStmt(S->getForLoc(),
6956 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(),
6974 NewStmt = getDerived().RebuildCXXForRangeStmt(S->getForLoc(),
H A DSemaOpenMP.cpp4643 OpenMPIterationSpaceChecker ISC(SemaRef, For->getForLoc());
/external/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1691 SourceLocation ForEachLoc = S->getForLoc();

Completed in 372 milliseconds