HomeSort by: relevance | last modified time | path
    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