Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DParentMapContext.cpp54 using ParentVector = llvm::SmallVector<DynTypedNode, 2>; typedef in ParentMapContext::ParentMap
/external/clang/include/clang/AST/
DASTContext.h467 typedef llvm::SmallVector<ast_type_traits::DynTypedNode, 2> ParentVector; typedef