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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h507 RecordDecl *TheRecordDecl; member in class:clang::sema::CapturedRegionScopeInfo
519 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp1058 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) {
1078 CapDeclAndKind(0, CR_Default), TheRecordDecl(0) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1991 RecordDecl *TheRecordDecl; member in class:clang::CapturedStmt
2047 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; }
2052 TheRecordDecl = D;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp3090 RecordDecl *Record = RSI->TheRecordDecl;
3112 RecordDecl *RD = RSI->TheRecordDecl;
H A DSemaExprCXX.cpp789 ThisExpr = captureThis(Context, RSI->TheRecordDecl, ThisTy, Loc);
H A DSemaExpr.cpp10980 RecordDecl *RD = RSI->TheRecordDecl;

Completed in 382 milliseconds