Home
last modified time | relevance | path

Searched defs:Parents (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h138 ArrayRef<SelectedASTNode::ReferenceType> Parents, in CodeRangeASTSelection()
147 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp372 auto Parents = Context.getParents(Loc); in VisitTypeLoc() local
483 auto Parents = Context.getParents(Node); in getClosestAncestorDecl() local
495 auto Parents = Context.getParents(Loc); in getParentTypeLoc() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DParentMapContext.h72 std::unique_ptr<ParentMap> Parents; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp42 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition() local
H A DDeadStoresChecker.cpp139 ParentMap& Parents; member in __anon4ace36bc0211::DeadStoreObs
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DParentMapContext.cpp359 void addParent(MapNodeTy MapNode, MapTy *Parents) { in addParent()
405 MapTy *Parents) { in TraverseNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp85 SmallVector<const DIE *, 1> Parents; in addParentContext() local
H A DDwarfUnit.cpp661 SmallVector<const DIScope *, 1> Parents; in getParentContextString() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp252 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents; member
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup() local
302 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup() local
347 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup() local
406 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp387 const auto &Parents = AST.getParents(*S); in getEnclosingDeclContext() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp949 DynTypedNodeList Parents{ArrayRef<DynTypedNode>()}; // after loop: size != 1 in matchesAnyAncestorOf() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7565 const auto &Parents = Finder->getASTContext().getParents(Node); in AST_MATCHER_P() local
7616 const auto &Parents = Finder->getASTContext().getParents(Node); in AST_MATCHER_P() local