OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommonAncestor
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
66
const DeclContext *
getCommonAncestor
() const {
77
return L.
getCommonAncestor
() < R.
getCommonAncestor
();
81
return E.
getCommonAncestor
() < DC;
85
return DC < E.
getCommonAncestor
();
SemaTemplateInstantiateDecl.cpp
2972
D->
getCommonAncestor
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
2946
DeclContext *
getCommonAncestor
() { return CommonAncestor; }
2947
const DeclContext *
getCommonAncestor
() const { return CommonAncestor; }
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
1314
Record.AddDeclRef(dyn_cast<Decl>(D->
getCommonAncestor
()));
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
4667
auto ToComAncestorOrErr = Importer.ImportContext(D->
getCommonAncestor
());
Completed in 62 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026