Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp1773 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()
1796 const RecordDecl *RD = S.getCapturedRecordDecl(); in EmitCapturedStmt()
DCodeGenFunction.h168 S.getCapturedRecordDecl()->field_begin(); in Kind()
/external/clang/include/clang/AST/
DStmt.h2033 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp299 Writer.AddDeclRef(S->getCapturedRecordDecl(), Record); in VisitCapturedStmt()