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

/external/clang/include/clang/AST/
H A DStmtCXX.h127 /// can be extracted using getLoopVariable and getRangeInit.
143 VarDecl *getLoopVariable();
146 const VarDecl *getLoopVariable() const;
/external/clang/lib/AST/
H A DStmt.cpp812 VarDecl *CXXForRangeStmt::getLoopVariable() { function in class:CXXForRangeStmt
818 const VarDecl *CXXForRangeStmt::getLoopVariable() const { function in class:CXXForRangeStmt
819 return const_cast<CXXForRangeStmt*>(this)->getLoopVariable();
H A DStmtPrinter.cpp315 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h949 const VarDecl *const Var = Node.getLoopVariable();

Completed in 494 milliseconds