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

/external/clang/include/clang/AST/
H A DASTContext.h424 typedef llvm::SmallVector<ast_type_traits::DynTypedNode, 2> ParentVector; typedef in class:clang::ASTContext
429 ParentVector *>> ParentMap;
456 ParentVector getParents(const NodeT &Node) {
460 ParentVector getParents(const ast_type_traits::DynTypedNode &Node);

Completed in 53 milliseconds