Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2922 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()
2973 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
H A DCGStmtOpenMP.cpp328 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()
433 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()
5019 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective()
5251 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()
7601 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
H A DCGOpenMPRuntimeGPU.cpp3100 const auto *RD = CS.getCapturedRecordDecl(); in createParallelDataSharingWrapper()
H A DCodeGenFunction.h424 S.getCapturedRecordDecl()->field_begin();
H A DCGOpenMPRuntime.cpp9448 auto RI = CS.getCapturedRecordDecl()->field_begin(); in emitTargetCallKernelLaunch()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3876 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp590 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()