HomeSort by: relevance | last modified time | path
    Searched defs:TheRecordDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 773 RecordDecl *TheRecordDecl;
792 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 3540 RecordDecl *TheRecordDecl = nullptr;
3589 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; }
3594 TheRecordDecl = D;

Completed in 27 milliseconds