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

/external/clang/include/clang/AST/
H A DASTContext.h340 typedef llvm::TinyPtrVector<const CXXMethodDecl*> CXXMethodVector; typedef in class:clang::ASTContext
341 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector> OverriddenMethods;
607 typedef CXXMethodVector::const_iterator overridden_cxx_method_iterator;
/external/clang/lib/AST/
H A DASTContext.cpp993 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos
1003 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos
1013 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos

Completed in 92 milliseconds