Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2805 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()
2856 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
H A DCGStmtOpenMP.cpp327 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()
432 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()
4939 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective()
5164 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()
7545 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
H A DCGOpenMPRuntimeGPU.cpp3530 const auto *RD = CS.getCapturedRecordDecl(); in createParallelDataSharingWrapper()
H A DCodeGenFunction.h415 S.getCapturedRecordDecl()->field_begin();
H A DCGOpenMPRuntime.cpp10378 auto RI = CS.getCapturedRecordDecl()->field_begin(); in emitTargetCall()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3650 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp524 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()