Searched defs:NewD (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCUDA.cpp | 444 void Sema::maybeAddCUDAHostDeviceAttrs(Scope *S, FunctionDecl *NewD, in maybeAddCUDAHostDeviceAttrs()
|
D | SemaDeclAttr.cpp | 6019 NamedDecl *NewD = nullptr; in DeclClonePragmaWeak() local 6069 NamedDecl *NewD = DeclClonePragmaWeak(ND, W.getAlias(), W.getLocation()); in DeclApplyPragmaWeak() local
|
/external/llvm-project/llvm/unittests/Support/ |
D | Casting.cpp | 206 auto NewD = unique_dyn_cast<derived>(D); in TEST() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCUDA.cpp | 585 void Sema::maybeAddCUDAHostDeviceAttrs(FunctionDecl *NewD, in maybeAddCUDAHostDeviceAttrs()
|
D | SemaDeclObjC.cpp | 114 static bool diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape() 127 static void diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, in diagnoseNoescape()
|
D | SemaTemplateInstantiateDecl.cpp | 3158 auto *NewD = SemaRef.BuildUsingPackDecl(D, Expansions); in instantiateUnresolvedUsingDecl() local 3217 auto *NewD = SemaRef.BuildUsingPackDecl(D, Expansions); in VisitUsingPackDecl() local
|
D | SemaDeclAttr.cpp | 8251 NamedDecl *NewD = nullptr; in DeclClonePragmaWeak() local 8298 NamedDecl *NewD = DeclClonePragmaWeak(ND, W.getAlias(), W.getLocation()); in DeclApplyPragmaWeak() local
|
D | SemaDecl.cpp | 3161 static void adjustDeclContextForDeclaratorDecl(DeclaratorDecl *NewD, in adjustDeclContextForDeclaratorDecl() 9985 bool Sema::canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, in canFullyTypeCheckRedeclaration()
|
D | TreeTransform.h | 4242 ValueDecl *NewD = D ? cast_or_null<ValueDecl>(getDerived().TransformDecl( in TransformTemplateArgument() local 9889 Sema::UsesAllocatorsData &NewD = Data.emplace_back(); in TransformOMPUsesAllocatorsClause() local
|
D | SemaOpenMP.cpp | 19388 OMPUsesAllocatorsClause::Data &NewD = NewData.emplace_back(); in ActOnOpenMPUsesAllocatorClause() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 2881 const MCInstrDesc *NewD = (Ps & P::Zero) ? in rewriteHexConstDefs() local 2897 const MCInstrDesc *NewD; in rewriteHexConstDefs() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 2889 const MCInstrDesc *NewD = (Ps & P::Zero) ? in rewriteHexConstDefs() local 2905 const MCInstrDesc *NewD; in rewriteHexConstDefs() local
|
/external/llvm-project/clang/lib/AST/ |
D | Expr.cpp | 489 void DeclRefExpr::setDecl(ValueDecl *NewD) { in setDecl()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1019 void setDecl(ValueDecl *NewD) { D = NewD; } in setDecl()
|