Searched defs:getOuterLexicalRecordContext (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclBase.cpp1506 RecordDecl *DeclContext::getOuterLexicalRecordContext() { function in class:DeclContext
/external/clang/include/clang/AST/
H A DDeclBase.h1353 RecordDecl *getOuterLexicalRecordContext();
1354 const RecordDecl *getOuterLexicalRecordContext() const { function in class:clang::DeclContext
1355 return const_cast<DeclContext *>(this)->getOuterLexicalRecordContext();

Completed in 71 milliseconds