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

/external/clang/include/clang/Sema/
H A DScopeInfo.h551 RecordDecl *TheRecordDecl; member in class:clang::sema::CapturedRegionScopeInfo
563 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S),
/external/clang/include/clang/AST/
H A DStmt.h2040 RecordDecl *TheRecordDecl; member in class:clang::CapturedStmt
2096 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; }
2101 TheRecordDecl = D;
/external/clang/lib/AST/
H A DStmt.cpp1030 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) {
1050 CapDeclAndKind(nullptr, CR_Default), TheRecordDecl(nullptr) {
/external/clang/lib/Sema/
H A DSemaStmt.cpp3447 RecordDecl *Record = RSI->TheRecordDecl;
3466 RecordDecl *RD = RSI->TheRecordDecl;
H A DSemaExprCXX.cpp852 ThisExpr = captureThis(Context, RSI->TheRecordDecl, ThisTy, Loc);
H A DSemaExpr.cpp11824 RecordDecl *RD = RSI->TheRecordDecl;

Completed in 152 milliseconds