Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h629 RecordDecl *TheRecordDecl; variable
642 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp111 RD = CRSI->TheRecordDecl; in isVLATypeCaptured()
DSemaStmt.cpp3966 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError()
3985 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
DSemaExprCXX.cpp1179 captureThis(*this, Context, RSI->TheRecordDecl, ThisTy, Loc, in CheckCXXThisCapture()
DSemaExpr.cpp3893 CapRecord = CRSI->TheRecordDecl; in captureVariablyModifiedType()
13406 RecordDecl *RD = RSI->TheRecordDecl; in captureInCapturedRegion()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h769 RecordDecl *TheRecordDecl; variable
788 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/external/clang/lib/AST/
DStmt.cpp1014 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()
1034 CapDeclAndKind(nullptr, CR_Default), TheRecordDecl(nullptr) { in CapturedStmt()
/external/clang/include/clang/AST/
DStmt.h2076 RecordDecl *TheRecordDecl; variable
2123 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl()
2128 TheRecordDecl = D; in setCapturedRecordDecl()
/external/llvm-project/clang/include/clang/AST/
DStmt.h3536 RecordDecl *TheRecordDecl = nullptr; variable
3585 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl()
3590 TheRecordDecl = D; in setCapturedRecordDecl()
/external/llvm-project/clang/lib/AST/
DStmt.cpp1312 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4372 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList()
4493 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError()
4516 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()