OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLookupParent
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
1089
DeclContext *DeclContext::
getLookupParent
() {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
1883
DeclContext *
getLookupParent
();
1885
const DeclContext *
getLookupParent
() const {
1886
return const_cast<DeclContext*>(this)->
getLookupParent
();
Completed in 20 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026