Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h139 ArrayRef<SelectedASTNode::ReferenceType> Parents, in CodeRangeASTSelection()
148 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DParentMapContext.h72 std::unique_ptr<ParentMap> Parents; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp42 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition() local
H A DErrnoChecker.cpp75 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInCondition() local
H A DArrayBoundCheckerV2.cpp750 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInAddressOf() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp372 void addParent(MapNodeTy MapNode, MapTy *Parents) { in addParent()
420 MapTy *Parents) { in TraverseNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp84 SmallVector<const DIE *, 1> Parents; in addParentContext() local
H A DDwarfUnit.cpp683 SmallVector<const DIScope *, 1> Parents; in getParentContextString() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp253 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents; member
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup() local
305 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup() local
350 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup() local
408 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp584 Array generateParentContexts(const SmallVectorImpl<SymbolReference> &Parents, in generateParentContexts()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h168 Parents, // --report=parents enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h900 llvm::SmallVector<Entry *, 32> Parents; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp419 std::vector<uint32_t> Parents; in extractDIEsToVector() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8317 const auto &Parents = Finder->getASTContext().getParents(Node); in AST_MATCHER_P() local
8367 const auto &Parents = Finder->getASTContext().getParents(Node); in AST_MATCHER_P() local