Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DASTSelection.h138 ArrayRef<SelectedASTNode::ReferenceType> Parents, in CodeRangeASTSelection()
147 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents; variable
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExprSequence.cpp33 DynTypedNodeList Parents = Context->getParents(*S); in getParentStmts() local
200 SmallVector<const Stmt *, 1> Parents = getParentStmts(S, Context); in blockContainingStmt() local
/external/llvm-project/clang/unittests/Tooling/
DASTSelectionTest.cpp725 ArrayRef<SelectedASTNode::ReferenceType> Parents = in TEST() local
746 ArrayRef<SelectedASTNode::ReferenceType> Parents = in TEST() local
800 ArrayRef<SelectedASTNode::ReferenceType> Parents = in TEST() local
828 ArrayRef<SelectedASTNode::ReferenceType> Parents = in TEST() local
858 ArrayRef<SelectedASTNode::ReferenceType> Parents = in TEST() local
886 ArrayRef<SelectedASTNode::ReferenceType> Parents = in TEST() local
935 ArrayRef<SelectedASTNode::ReferenceType> Parents = in TEST() local
959 ArrayRef<SelectedASTNode::ReferenceType> Parents = in TEST() local
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProBoundsArrayToPointerDecayCheck.cpp39 DynTypedNodeList Parents = Finder->getASTContext().getParents(*E); in AST_MATCHER_P() local
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp354 auto Parents = Context.getParents(Loc); in VisitTypeLoc() local
465 auto Parents = Context.getParents(Node); in getClosestAncestorDecl() local
477 auto Parents = Context.getParents(Loc); in getParentTypeLoc() local
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp43 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition() local
DDeadStoresChecker.cpp129 ParentMap& Parents; member in __anon2d72c4130211::DeadStoreObs
/external/llvm-project/clang/include/clang/AST/
DParentMapContext.h71 std::unique_ptr<ParentMap> Parents; variable
/external/llvm-project/clang/lib/AST/
DParentMapContext.cpp235 void addParent(MapNodeTy MapNode, MapTy *Parents) { in addParent()
281 MapTy *Parents) { in TraverseNode()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMultipleStatementMacroCheck.cpp25 auto Parents = Result.Context->getParents(*S); in nextStmt() local
DSuspiciousMissingCommaCheck.cpp27 auto Parents = Ctx->getParents(*Lit); in isConcatenatedLiteralsOnPurpose() local
DParentVirtualCallCheck.cpp123 const BasesVector Parents = in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DUseAnyOfAllOfCheck.cpp24 DynTypedNodeList Parents = Finder->getASTContext().getParents(Node); in AST_MATCHER_P() local
DMakeMemberFunctionConstCheck.cpp62 DynTypedNodeList Parents = Ctxt.getParents(*E); in getParent() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp42 const ParentMap &Parents = C.getLocationContext()->getParentMap(); in checkBranchCondition() local
/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup() local
345 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup() local
388 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup() local
447 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp86 SmallVector<const DIE *, 1> Parents; in addParentContext() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp87 SmallVector<const DIE *, 1> Parents; in addParentContext() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp85 SmallVector<const DIE *, 1> Parents; in addParentContext() local
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertCheck.cpp429 auto Parents = Context->getParents(*E); in canBeModified() local
630 auto Parents = Context->getParents(*Usage.Expression); in doConversion() local
DUseNullptrCheck.cpp420 const auto &Parents = Context.getParents(Start); in findContainingAncestor() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTypeHierarchyTests.cpp42 ::testing::Matcher<TypeHierarchyItem> Parents(ParentMatchers... ParentsM) { in Parents() function
337 TEST(TypeHierarchy, Parents) { in TEST() argument
/external/llvm-project/clang-tools-extra/clang-doc/
DMDGenerator.cpp238 std::string Parents = genReferenceList(I.Parents); in genMarkdown() local
/external/llvm-project/clang/lib/Tooling/Refactoring/
DASTSelection.cpp252 llvm::SmallVector<SelectedASTNode::ReferenceType, 8> Parents; member
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup() local
329 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup() local
374 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup() local
433 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute() local

12