Searched refs:CXXMethodVector (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h363 typedef llvm::TinyPtrVector<const CXXMethodDecl*> CXXMethodVector; typedef in class:clang::ASTContext
364 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector> OverriddenMethods;
738 typedef CXXMethodVector::const_iterator overridden_cxx_method_iterator;
/external/clang/lib/AST/
H A DASTContext.cpp1199 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos
1209 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos
1219 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos

Completed in 239 milliseconds