HomeSort by relevance Sort by last modified time
    Searched refs:getLoopVariable (Results 1 - 6 of 6) 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 872 VarDecl *CXXForRangeStmt::getLoopVariable() {
878 const VarDecl *CXXForRangeStmt::getLoopVariable() const {
879 return const_cast<CXXForRangeStmt*>(this)->getLoopVariable();
    [all...]
StmtPrinter.cpp 315 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 463 milliseconds