Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp432 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h153 VarDecl *getLoopVariable();
157 const VarDecl *getLoopVariable() const;
H A DASTNodeTraverser.h792 Visit(Node->getLoopVariable()); in VisitCXXForRangeStmt()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp251 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt()
515 match(*RF->getLoopVariable()); in dataTraverseNode()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp841 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2142 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp3236 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()
H A DSemaOpenMP.cpp5831 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2824 AddDecl(S->getLoopVariable()); in VisitCXXForRangeStmt()