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

  /external/clang/include/clang/AST/
StmtCXX.h 128 /// can be extracted using getLoopVariable and getRangeInit.
144 VarDecl *getLoopVariable();
147 const VarDecl *getLoopVariable() const;
  /external/clang/lib/AST/
Stmt.cpp 664 VarDecl *CXXForRangeStmt::getLoopVariable() {
670 const VarDecl *CXXForRangeStmt::getLoopVariable() const {
671 return const_cast<CXXForRangeStmt*>(this)->getLoopVariable();
StmtPrinter.cpp 317 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel);
    [all...]

Completed in 210 milliseconds