Home
last modified time | relevance | path

Searched defs:CommonAncestor (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DSelectionTests.cpp96 TEST(SelectionTest, CommonAncestor) { in TEST() argument
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3399 __anon429b8e861102(Value *CommonAncestor) isSafeToRemoveBitCeilSelect() argument
3420 Value *CommonAncestor; isSafeToRemoveBitCeilSelect() local
[all...]
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3030 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 DSemaLookup.cpp67 : Nominated(Nominated), CommonAncestor(CommonAncestor) { in UnqualUsingEntry() argument
63 const DeclContext *CommonAncestor; global() member in __anond4728be20111::UnqualUsingEntry
H A DSemaCodeComplete.cpp740 if (CommonAncestor->isTransparentContext() || in getRequiredQualification() local
H A DSemaDeclCXX.cpp12096 DeclContext *CommonAncestor = NS; ActOnUsingDirective() local
/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2942 Create(ASTContext & C,DeclContext * DC,SourceLocation L,SourceLocation NamespaceLoc,NestedNameSpecifierLoc QualifierLoc,SourceLocation IdentLoc,NamedDecl * Used,DeclContext * CommonAncestor) Create() argument