Home
last modified time | relevance | path

Searched refs:getLoopVariable (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtCXX.cpp76 VarDecl *CXXForRangeStmt::getLoopVariable() { in getLoopVariable() function in CXXForRangeStmt
82 const VarDecl *CXXForRangeStmt::getLoopVariable() const { in getLoopVariable() function in CXXForRangeStmt
83 return const_cast<CXXForRangeStmt *>(this)->getLoopVariable(); in getLoopVariable()
H A DStmtPrinter.cpp352 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h153 VarDecl *getLoopVariable();
157 const VarDecl *getLoopVariable() const;
H A DASTNodeTraverser.h735 Visit(Node->getLoopVariable()); in VisitCXXForRangeStmt()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp248 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt()
499 match(*RF->getLoopVariable()); in dataTraverseNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp836 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2116 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp3188 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()
H A DSemaOpenMP.cpp5444 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2682 AddDecl(S->getLoopVariable()); in VisitCXXForRangeStmt()