Home
last modified time | relevance | path

Searched defs:InitDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp177 const VarDecl *InitDecl = VD->getInitializingDeclaration(); isEmittedWithConstantInitializer() local
H A DCodeGenModule.cpp4926 const VarDecl *InitDecl; GetOrCreateLLVMGlobal() local
5292 const VarDecl *InitDecl; EmitGlobalVarDefinition() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8484 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the global() member in __anona1ef79991311::TransformTypos
8722 TransformTypos(Sema & SemaRef,VarDecl * InitDecl,llvm::function_ref<ExprResult (Expr *)> Filter) TransformTypos() argument
8803 CorrectDelayedTyposInExpr(Expr * E,VarDecl * InitDecl,bool RecoverUncorrectedTypos,llvm::function_ref<ExprResult (Expr *)> Filter) CorrectDelayedTyposInExpr() argument
H A DSemaDecl.cpp3167 diagnoseMissingConstinit(Sema & S,const VarDecl * InitDecl,const ConstInitAttr * CIAttr,bool AttrBeforeInit) diagnoseMissingConstinit() argument
3247 const VarDecl *InitDecl = OldVD->getInitializingDeclaration(); mergeDeclAttributes() local
[all...]