Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp2701 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()
2752 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
DCGStmtOpenMP.cpp325 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()
431 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()
4615 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective()
4751 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()
6866 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
DCGOpenMPRuntimeGPU.cpp3474 const auto *RD = CS.getCapturedRecordDecl(); in createParallelDataSharingWrapper()
DCodeGenFunction.h388 S.getCapturedRecordDecl()->field_begin();
DCGOpenMPRuntime.cpp10421 auto RI = CS.getCapturedRecordDecl()->field_begin(); in emitTargetCall()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmt.h3589 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp522 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()