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.cpp187 const VarDecl *InitDecl = VD->getInitializingDeclaration(); in isEmittedWithConstantInitializer() local
H A DCodeGenModule.cpp5039 const VarDecl *InitDecl; in GetOrCreateLLVMGlobal() local
5424 const VarDecl *InitDecl; in EmitGlobalVarDefinition() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8706 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the member in __anon88ca3d871611::TransformTypos
8944 TransformTypos(Sema &SemaRef, VarDecl *InitDecl, llvm::function_ref<ExprResult(Expr *)> Filter) in TransformTypos()
9025 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr()
H A DSemaDecl.cpp3025 static void diagnoseMissingConstinit(Sema &S, const VarDecl *InitDecl, in diagnoseMissingConstinit()
3104 const VarDecl *InitDecl = OldVD->getInitializingDeclaration(); in mergeDeclAttributes() local