Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h143 VarDecl *getLoopVariable();
146 const VarDecl *getLoopVariable() const;
/external/clang/lib/AST/
DStmt.cpp812 VarDecl *CXXForRangeStmt::getLoopVariable() { in getLoopVariable() function in CXXForRangeStmt
818 const VarDecl *CXXForRangeStmt::getLoopVariable() const { in getLoopVariable() function in CXXForRangeStmt
819 return const_cast<CXXForRangeStmt*>(this)->getLoopVariable(); in getLoopVariable()
DStmtPrinter.cpp315 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h949 const VarDecl *const Var = Node.getLoopVariable(); in AST_MATCHER_P()