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()
1310 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> MappedDeclsFields; in emitTeamsOutlinedFunction()
1333 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitTeamsOutlinedFunction()
1339 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitTeamsOutlinedFunction()
2510 const llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitListToGlobalCopyFunction()
2571 const FieldDecl *FD = VarFieldMap.lookup(VD); in emitListToGlobalCopyFunction()
2618 const llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitListToGlobalReduceFunction()
2671 const FieldDecl *FD = VarFieldMap.lookup(VD); in emitListToGlobalReduceFunction()
2715 const llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitGlobalToListCopyFunction()
2777 const FieldDecl *FD = VarFieldMap.lookup(VD); in emitGlobalToListCopyFunction()
2824 const llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> in emitGlobalToListReduceFunction()
2877 const FieldDecl *FD = VarFieldMap.lookup(VD); in emitGlobalToListReduceFunction()
3247 llvm::SmallDenseMap<const ValueDecl *, const FieldDecl *> VarFieldMap; in emitReduction()
3339 CGOpenMPRuntimeGPU::translateParameter(const FieldDecl *FD, in translateParameter()
3757 llvm::DenseMap<const VarDecl *, FieldDecl *> Captures; in adjustTargetSpecificDataForLambdas()
3758 FieldDecl *ThisCapture = nullptr; in adjustTargetSpecificDataForLambdas()
3912 auto *Field = FieldDecl::Create( in clear()