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

  /external/clang/lib/AST/
StmtCXX.cpp 78 VarDecl *CXXForRangeStmt::getLoopVariable() {
84 const VarDecl *CXXForRangeStmt::getLoopVariable() const {
85 return const_cast<CXXForRangeStmt *>(this)->getLoopVariable();
StmtPrinter.cpp 316 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel);
    [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 127 /// can be extracted using getLoopVariable and getRangeInit.
147 VarDecl *getLoopVariable();
150 const VarDecl *getLoopVariable() const;
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 248 milliseconds