Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp353 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h153 VarDecl *getLoopVariable();
157 const VarDecl *getLoopVariable() const;
H A DASTNodeTraverser.h766 Visit(Node->getLoopVariable()); in VisitCXXForRangeStmt()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp248 if (!match(*Node->getLoopVariable())) in TraverseCXXForRangeStmt()
499 match(*RF->getLoopVariable()); in dataTraverseNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp836 if (S->getLoopVariable() && !TraverseDecl(S->getLoopVariable())) in TraverseCXXForRangeStmt()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2128 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp3189 const VarDecl *VD = ForStmt->getLoopVariable(); in DiagnoseForRangeVariableCopies()
H A DSemaOpenMP.cpp5455 LUVDecl = RangeFor->getLoopVariable(); in ActOnOpenMPCanonicalLoop()