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

/external/clang/include/clang/AST/
H A DASTContext.h356 typedef llvm::TinyPtrVector<const CXXMethodDecl*> CXXMethodVector; typedef in class:clang::ASTContext
357 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector> OverriddenMethods;
721 typedef CXXMethodVector::const_iterator overridden_cxx_method_iterator;
/external/clang/lib/AST/
H A DASTContext.cpp1195 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos
1205 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos
1215 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos

Completed in 221 milliseconds