Home
last modified time | relevance | path

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

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