HomeSort by relevance Sort by last modified time
    Searched refs:getLoopVariable (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 127 /// can be extracted using getLoopVariable and getRangeInit.
143 VarDecl *getLoopVariable();
146 const VarDecl *getLoopVariable() const;
  /external/clang/lib/AST/
Stmt.cpp 812 VarDecl *CXXForRangeStmt::getLoopVariable() {
818 const VarDecl *CXXForRangeStmt::getLoopVariable() const {
819 return const_cast<CXXForRangeStmt*>(this)->getLoopVariable();
    [all...]
StmtPrinter.cpp 315 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 949 const VarDecl *const Var = Node.getLoopVariable();
    [all...]

Completed in 154 milliseconds