Home
last modified time | relevance | path

Searched defs:NewD (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Sema/
DSemaCUDA.cpp444 void Sema::maybeAddCUDAHostDeviceAttrs(Scope *S, FunctionDecl *NewD, in maybeAddCUDAHostDeviceAttrs()
DSemaDeclAttr.cpp6019 NamedDecl *NewD = nullptr; in DeclClonePragmaWeak() local
6069 NamedDecl *NewD = DeclClonePragmaWeak(ND, W.getAlias(), W.getLocation()); in DeclApplyPragmaWeak() local
/external/llvm-project/llvm/unittests/Support/
DCasting.cpp206 auto NewD = unique_dyn_cast<derived>(D); in TEST() local
/external/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp585 void Sema::maybeAddCUDAHostDeviceAttrs(FunctionDecl *NewD, in maybeAddCUDAHostDeviceAttrs()
DSemaDeclObjC.cpp114 static bool diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape()
127 static void diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape()
DSemaTemplateInstantiateDecl.cpp3158 auto *NewD = SemaRef.BuildUsingPackDecl(D, Expansions); in instantiateUnresolvedUsingDecl() local
3217 auto *NewD = SemaRef.BuildUsingPackDecl(D, Expansions); in VisitUsingPackDecl() local
DSemaDeclAttr.cpp8251 NamedDecl *NewD = nullptr; in DeclClonePragmaWeak() local
8298 NamedDecl *NewD = DeclClonePragmaWeak(ND, W.getAlias(), W.getLocation()); in DeclApplyPragmaWeak() local
DSemaDecl.cpp3161 static void adjustDeclContextForDeclaratorDecl(DeclaratorDecl *NewD, in adjustDeclContextForDeclaratorDecl()
9985 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration()
DTreeTransform.h4242 ValueDecl *NewD = D ? cast_or_null<ValueDecl>(getDerived().TransformDecl( in TransformTemplateArgument() local
9889 Sema::UsesAllocatorsData &NewD = Data.emplace_back(); in TransformOMPUsesAllocatorsClause() local
DSemaOpenMP.cpp19388 OMPUsesAllocatorsClause::Data &NewD = NewData.emplace_back(); in ActOnOpenMPUsesAllocatorClause() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp2881 const MCInstrDesc *NewD = (Ps & P::Zero) ? in rewriteHexConstDefs() local
2897 const MCInstrDesc *NewD; in rewriteHexConstDefs() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp2889 const MCInstrDesc *NewD = (Ps & P::Zero) ? in rewriteHexConstDefs() local
2905 const MCInstrDesc *NewD; in rewriteHexConstDefs() local
/external/llvm-project/clang/lib/AST/
DExpr.cpp489 void DeclRefExpr::setDecl(ValueDecl *NewD) { in setDecl()
/external/clang/include/clang/AST/
DExpr.h1019 void setDecl(ValueDecl *NewD) { D = NewD; } in setDecl()