Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h531 using CXXMethodVector = llvm::TinyPtrVector<const CXXMethodDecl *>; variable
532 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector> OverriddenMethods;
918 using overridden_cxx_method_iterator = CXXMethodVector::const_iterator;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1628 llvm::DenseMap<const CXXMethodDecl *, CXXMethodVector>::const_iterator Pos = in overridden_methods()