Searched refs:TheRecordDecl (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h601 RecordDecl *TheRecordDecl; member in class:clang::sema::final
613 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S),
/external/clang/lib/Sema/
H A DScopeInfo.cpp108 RD = CRSI->TheRecordDecl;
H A DSemaStmt.cpp3898 RecordDecl *Record = RSI->TheRecordDecl;
3917 RecordDecl *RD = RSI->TheRecordDecl;
H A DSemaExprCXX.cpp954 ThisExpr = captureThis(Context, RSI->TheRecordDecl, ThisTy, Loc);
H A DSemaExpr.cpp12857 RecordDecl *RD = RSI->TheRecordDecl;
13167 CapRecord = CRSI->TheRecordDecl;
/external/clang/lib/AST/
H A DStmt.cpp993 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) {
1013 CapDeclAndKind(nullptr, CR_Default), TheRecordDecl(nullptr) {
/external/clang/include/clang/AST/
H A DStmt.h2057 RecordDecl *TheRecordDecl; member in class:clang::CapturedStmt
2113 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; }
2118 TheRecordDecl = D;

Completed in 173 milliseconds