HomeSort by relevance Sort by last modified time
    Searched refs:ParentVector (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 500 ASTContext::ParentVector Parents = ActiveASTContext->getParents(Node);
546 ASTContext::ParentVector Ancestors =
548 for (ASTContext::ParentVector::const_iterator I = Ancestors.begin(),
  /external/clang/include/clang/AST/
ASTContext.h 424 typedef llvm::SmallVector<ast_type_traits::DynTypedNode, 2> ParentVector;
429 ParentVector *>> ParentMap;
456 ParentVector getParents(const NodeT &Node) {
460 ParentVector getParents(const ast_type_traits::DynTypedNode &Node);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 800 assert(Entry.second.is<ParentVector *>());
801 delete Entry.second.get<ParentVector *>();
    [all...]

Completed in 46 milliseconds