Lines Matching refs:FieldDecl

145     llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *>  in buildRecordForGlobalizedVars()
180 FieldDecl *Field; in buildRecordForGlobalizedVars()
182 Field = FieldDecl::Create( in buildRecordForGlobalizedVars()
198 Field = FieldDecl::Create( in buildRecordForGlobalizedVars()
229 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> MappedDeclsFields;
244 if (const FieldDecl *FD = CSI->lookup(cast<VarDecl>(VD))) { in markAsEscaped()
505 const FieldDecl *getFieldForGlobalizedVar(const ValueDecl *VD) const { in getFieldForGlobalizedVar()
1644 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> MappedDeclsFields; in emitTeamsOutlinedFunction()
1667 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitTeamsOutlinedFunction()
1673 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitTeamsOutlinedFunction()
3096 const llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitListToGlobalCopyFunction()
3157 const FieldDecl *FD = VarFieldMap.lookup(VD); in emitListToGlobalCopyFunction()
3204 const llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitListToGlobalReduceFunction()
3257 const FieldDecl *FD = VarFieldMap.lookup(VD); in emitListToGlobalReduceFunction()
3301 const llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitGlobalToListCopyFunction()
3363 const FieldDecl *FD = VarFieldMap.lookup(VD); in emitGlobalToListCopyFunction()
3410 const llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitGlobalToListReduceFunction()
3463 const FieldDecl *FD = VarFieldMap.lookup(VD); in emitGlobalToListReduceFunction()
3833 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> VarFieldMap; in emitReduction()
3925 CGOpenMPRuntimeGPU::translateParameter(const FieldDecl *FD, in translateParameter()
4195 const FieldDecl *FD = VarChecker.getFieldForGlobalizedVar(VD); in emitFunctionProlog()
4207 const FieldDecl *FD = VarChecker.getFieldForGlobalizedVar(VD); in emitFunctionProlog()
4353 llvm::DenseMap<const VarDecl *, FieldDecl *> Captures; in adjustTargetSpecificDataForLambdas()
4354 FieldDecl *ThisCapture = nullptr; in adjustTargetSpecificDataForLambdas()
4601 FieldDecl::Create(C, UseSharedMemory ? SharedStaticRD : StaticRD, in clear()
4626 auto *Field = FieldDecl::Create( in clear()
4688 auto *Field = FieldDecl::Create( in clear()