Searched refs:getCapturedRecordDecl (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1776 const RecordDecl *RD = S.getCapturedRecordDecl();
1799 const RecordDecl *RD = S.getCapturedRecordDecl();
H A DCodeGenFunction.h168 S.getCapturedRecordDecl()->field_begin();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp300 Writer.AddDeclRef(S->getCapturedRecordDecl(), Record);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h2031 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } function in class:clang::CapturedStmt

Completed in 87 milliseconds