Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp2652 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()
2703 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
H A DCGStmtOpenMP.cpp323 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()
429 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()
4589 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTargetTaskBasedDirective()
4725 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()
6833 QualType SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
H A DCodeGenFunction.h388 S.getCapturedRecordDecl()->field_begin();
H A DCGOpenMPRuntimeGPU.cpp4064 const auto *RD = CS.getCapturedRecordDecl(); in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp10229 auto RI = CS.getCapturedRecordDecl()->field_begin(); in emitTargetCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3589 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp522 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()