Searched defs:NewD (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2890 const MCInstrDesc *NewD = (Ps & P::Zero) ? local
2906 const MCInstrDesc *NewD; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3100 auto *NewD = SemaRef.BuildUsingPackDecl(D, Expansions); local
3159 auto *NewD = SemaRef.BuildUsingPackDecl(D, Expansions); local
H A DSemaDeclObjC.cpp114 static bool diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, argument
127 static void diagnoseNoescape(const ParmVarDecl *NewD, const ParmVarDecl *OldD, argument
H A DSemaDeclAttr.cpp7597 NamedDecl *NewD = nullptr; local
7644 NamedDecl *NewD = DeclClonePragmaWeak(ND, W.getAlias(), W.getLocation()); local
[all...]
H A DSemaDecl.cpp3161 static void adjustDeclContextForDeclaratorDecl(DeclaratorDecl *NewD, argument
9922 canFullyTypeCheckRedeclaration(ValueDecl *NewD, ValueDecl *OldD, QualType NewT, QualType OldT) argument
[all...]
H A DTreeTransform.h4228 ValueDecl *NewD = D ? cast_or_null<ValueDecl>(getDerived().TransformDecl( local
9864 Sema::UsesAllocatorsData &NewD = Data.emplace_back(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1264 void setDecl(ValueDecl *NewD) { D = NewD; } argument

Completed in 485 milliseconds