Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h773 RecordDecl *TheRecordDecl; variable
792 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3540 RecordDecl *TheRecordDecl = nullptr; variable
3589 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl()
3594 TheRecordDecl = D; in setCapturedRecordDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4660 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList()
4781 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError()
4804 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp1313 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()