Home
last modified time | relevance | path

Searched refs:TheRecordDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h822 RecordDecl *TheRecordDecl; variable
841 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3927 RecordDecl *TheRecordDecl = nullptr;
3976 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; }
3981 TheRecordDecl = D;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4572 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList()
4716 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError()
4739 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1372 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()