Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGCXXABI.cpp180 const VarDecl *InitDecl = VD->getInitializingDeclaration(); in isEmittedWithConstantInitializer() local
DCodeGenModule.cpp4483 const VarDecl *InitDecl; in GetOrCreateLLVMGlobal() local
4843 const VarDecl *InitDecl; in EmitGlobalVarDefinition() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprCXX.cpp8422 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the member in __anon52fcb8831211::TransformTypos
8660 TransformTypos(Sema &SemaRef, VarDecl *InitDecl, llvm::function_ref<ExprResult(Expr *)> Filter) in TransformTypos()
8741 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr()
DSemaDecl.cpp3115 static void diagnoseMissingConstinit(Sema &S, const VarDecl *InitDecl, in diagnoseMissingConstinit()
3195 const VarDecl *InitDecl = OldVD->getInitializingDeclaration(); in mergeDeclAttributes() local