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

/external/clang/include/clang/Sema/
H A DScopeInfo.h551 RecordDecl *TheRecordDecl; member in class:clang::sema::CapturedRegionScopeInfo
563 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S),
/external/clang/include/clang/AST/
H A DStmt.h2040 RecordDecl *TheRecordDecl; member in class:clang::CapturedStmt
2096 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; }
2101 TheRecordDecl = D;

Completed in 208 milliseconds