Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp2151 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()
2203 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
DCGStmtOpenMP.cpp127 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()
203 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedStmtFunction()
2561 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()
3480 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
DCodeGenFunction.h186 S.getCapturedRecordDecl()->field_begin(); in Kind()
DCGOpenMPRuntime.cpp5724 auto RI = CS.getCapturedRecordDecl()->field_begin(); in emitTargetCall()
/external/clang/include/clang/AST/
DStmt.h2123 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp332 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()