Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h391 typedef llvm::TinyPtrVector<const CXXMethodDecl*> CXXMethodVector; typedef
/external/llvm-project/clang/include/clang/AST/
DASTContext.h524 using CXXMethodVector = llvm::TinyPtrVector<const CXXMethodDecl *>; variable