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 127 /// can be extracted using getLoopVariable and getRangeInit.
143 VarDecl *getLoopVariable();
146 const VarDecl *getLoopVariable() const;
  /external/clang/lib/AST/
Stmt.cpp 822 VarDecl *CXXForRangeStmt::getLoopVariable() {
828 const VarDecl *CXXForRangeStmt::getLoopVariable() const {
829 return const_cast<CXXForRangeStmt*>(this)->getLoopVariable();
    [all...]
StmtPrinter.cpp 328 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel);
    [all...]

Completed in 43 milliseconds