Home
last modified time | relevance | path

Searched refs:TheRecordDecl (Results 1 – 7 of 7) 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/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()