OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOuterLexicalRecordContext
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
1788
RecordDecl *DeclContext::
getOuterLexicalRecordContext
() {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
2026
RecordDecl *
getOuterLexicalRecordContext
();
2027
const RecordDecl *
getOuterLexicalRecordContext
() const {
2028
return const_cast<DeclContext *>(this)->
getOuterLexicalRecordContext
();
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026