HomeSort by: relevance | last modified time | path
    Searched refs:TheRecordDecl (Results 1 - 4 of 4) 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;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 4660 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap);
4781 RecordDecl *Record = RSI->TheRecordDecl;
4804 RecordDecl *RD = RSI->TheRecordDecl;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp 1313 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) {

Completed in 42 milliseconds