Home
last modified time | relevance | path

Searched defs:Parents (Results 1 – 18 of 18) 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/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
/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 DErrnoChecker.cpp74 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInCondition() local
H A DDeadStoresChecker.cpp135 ParentMap& Parents; member in __anonfa4b2eb10211::DeadStoreObs
H A DArrayBoundChecker.cpp805 const DynTypedNodeList Parents = ParentCtx.getParents(*S); in isInAddressOf() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp378 void addParent(MapNodeTy MapNode, MapTy *Parents) { in addParent()
426 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.cpp716 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/llvm/lib/DWARFLinker/Parallel/
H A DSyntheticTypeNameBuilder.cpp211 SmallVector<UnitEntryPairTy, 10> Parents; in addParentName() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp604 Array generateParentContexts(const SmallVectorImpl<SymbolReference> &Parents, in generateParentContexts()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h169 Parents, // --report=parents enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp419 std::vector<uint32_t> Parents; in extractDIEsToVector() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h918 llvm::SmallVector<Entry *, 32> Parents; member
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1170 DynTypedNodeList Parents{ArrayRef<DynTypedNode>()}; // after loop: size != 1 in matchesAnyAncestorOf() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8388 const auto &Parents = Finder->getASTContext().getParents(Node); in AST_MATCHER_P() local
8438 const auto &Parents = Finder->getASTContext().getParents(Node); in AST_MATCHER_P() local
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp379 const std::vector<const Record *> &Parents = in compute() local