Searched defs:CommonAncestor (Results 1 – 7 of 7) sorted by relevance
| /llvm-project/clang-tools-extra/clangd/unittests/ |
| H A D | SelectionTests.cpp | 96 TEST(SelectionTest, CommonAncestor) { in TEST() argument
|
| /llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 3399 __anon429b8e861102(Value *CommonAncestor) isSafeToRemoveBitCeilSelect() argument 3420 Value *CommonAncestor; isSafeToRemoveBitCeilSelect() local [all...] |
| /llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3030 DeclContext *CommonAncestor; global() variable 3037 UsingDirectiveDecl(DeclContext * DC,SourceLocation UsingLoc,SourceLocation NamespcLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Nominated,DeclContext * CommonAncestor) UsingDirectiveDecl() argument
|
| /llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 67 : Nominated(Nominated), CommonAncestor(CommonAncestor) { in UnqualUsingEntry() argument 63 const DeclContext *CommonAncestor; global() member in __anond4728be20111::UnqualUsingEntry
|
| H A D | SemaCodeComplete.cpp | 740 if (CommonAncestor->isTransparentContext() || in getRequiredQualification() local
|
| H A D | SemaDeclCXX.cpp | 12096 DeclContext *CommonAncestor = NS; ActOnUsingDirective() local
|
| /llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2942 Create(ASTContext & C,DeclContext * DC,SourceLocation L,SourceLocation NamespaceLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Used,DeclContext * CommonAncestor) Create() argument
|