Home
last modified time | relevance | path

Searched refs:getCommonAncestor (Results 1 – 14 of 14) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/
DResolvedUnionType.java42 public Optional<ResolvedReferenceType> getCommonAncestor() { in getCommonAncestor() method in ResolvedUnionType
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DAbstractJavaParserContext.java196 return typeOfScope.asUnionType().getCommonAncestor() in findTypeDeclarations()
DMethodCallExprContext.java417 Optional<ResolvedReferenceType> commonAncestor = type.asUnionType().getCommonAncestor(); in solveMethodAsUsage()
/external/clang/lib/Sema/
DSemaLookup.cpp69 const DeclContext *getCommonAncestor() const { in getCommonAncestor() function in __anon54059c910111::UnqualUsingEntry
80 return L.getCommonAncestor() < R.getCommonAncestor(); in operator ()()
84 return E.getCommonAncestor() < DC; in operator ()()
88 return DC < E.getCommonAncestor(); in operator ()()
DSemaTemplateInstantiateDecl.cpp2338 D->getCommonAncestor()); in VisitUsingDirectiveDecl()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp66 const DeclContext *getCommonAncestor() const { in getCommonAncestor() function in __anon23ebd89f0111::UnqualUsingEntry
77 return L.getCommonAncestor() < R.getCommonAncestor(); in operator ()()
81 return E.getCommonAncestor() < DC; in operator ()()
85 return DC < E.getCommonAncestor(); in operator ()()
DSemaTemplateInstantiateDecl.cpp2971 D->getCommonAncestor()); in VisitUsingDirectiveDecl()
/external/clang/include/clang/AST/
DDeclCXX.h2676 DeclContext *getCommonAncestor() { return CommonAncestor; } in getCommonAncestor() function
2677 const DeclContext *getCommonAncestor() const { return CommonAncestor; } in getCommonAncestor() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2925 DeclContext *getCommonAncestor() { return CommonAncestor; } in getCommonAncestor() function
2926 const DeclContext *getCommonAncestor() const { return CommonAncestor; } in getCommonAncestor() function
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1145 Record.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor())); in VisitUsingDirectiveDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1314 Record.AddDeclRef(dyn_cast<Decl>(D->getCommonAncestor())); in VisitUsingDirectiveDecl()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp9271 clang::DeclContext *from = ud->getCommonAncestor(); in DeclContextFindDeclByName()
9388 clang::DeclContext *from = ud->getCommonAncestor(); in CountDeclLevels()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp4595 auto ToComAncestorOrErr = Importer.ImportContext(D->getCommonAncestor()); in VisitUsingDirectiveDecl()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...