OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommonAncestor
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
58
const DeclContext *
CommonAncestor
;
62
const DeclContext *
CommonAncestor
)
63
: Nominated(Nominated),
CommonAncestor
(
CommonAncestor
) {
67
return
CommonAncestor
;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h
2894
DeclContext *
CommonAncestor
;
2901
DeclContext *
CommonAncestor
)
2904
NominatedNamespace(Nominated),
CommonAncestor
(
CommonAncestor
) {}
2946
DeclContext *getCommonAncestor() { return
CommonAncestor
; }
2947
const DeclContext *getCommonAncestor() const { return
CommonAncestor
; }
2965
DeclContext *
CommonAncestor
);
Completed in 39 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026