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

  /external/clang/include/clang/AST/
DeclOpenMP.h 71 varlist_iterator varlist_end() { return getVars().end(); } function in class:clang::OMPThreadPrivateDecl
73 varlist_const_iterator varlist_end() const { return getVars().end(); } function in class:clang::OMPThreadPrivateDecl
StmtOpenMP.h 107 varlist_iterator varlist_end() { return getVarRefs().end(); } function in class:clang::OMPVarList
109 varlist_const_iterator varlist_end() const { return getVarRefs().end(); } function in class:clang::OMPVarList
244 reinterpret_cast<Stmt **>(varlist_end()));
RecursiveASTVisitor.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 604 E = Node->varlist_end(); \
    [all...]
DeclPrinter.cpp     [all...]
StmtProfile.cpp 268 E = Node->varlist_end(); \
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]

Completed in 219 milliseconds