Searched refs:TheRecordDecl (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 629 RecordDecl *TheRecordDecl; variable 642 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
|
/external/clang/lib/Sema/ |
D | ScopeInfo.cpp | 111 RD = CRSI->TheRecordDecl; in isVLATypeCaptured()
|
D | SemaStmt.cpp | 3966 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError() 3985 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
|
D | SemaExprCXX.cpp | 1179 captureThis(*this, Context, RSI->TheRecordDecl, ThisTy, Loc, in CheckCXXThisCapture()
|
D | SemaExpr.cpp | 3893 CapRecord = CRSI->TheRecordDecl; in captureVariablyModifiedType() 13406 RecordDecl *RD = RSI->TheRecordDecl; in captureInCapturedRegion()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 769 RecordDecl *TheRecordDecl; variable 788 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1014 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt() 1034 CapDeclAndKind(nullptr, CR_Default), TheRecordDecl(nullptr) { in CapturedStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 2076 RecordDecl *TheRecordDecl; variable 2123 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() 2128 TheRecordDecl = D; in setCapturedRecordDecl()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 3536 RecordDecl *TheRecordDecl = nullptr; variable 3585 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() 3590 TheRecordDecl = D; in setCapturedRecordDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 1312 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 4372 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList() 4493 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError() 4516 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
|