Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCXXABI.cpp187 const VarDecl *InitDecl = VD->getInitializingDeclaration(); in isEmittedWithConstantInitializer() local
HDCodeGenModule.cpp5039 const VarDecl *InitDecl; in GetOrCreateLLVMGlobal() local
5424 const VarDecl *InitDecl; in EmitGlobalVarDefinition() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp8706 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the member in __anon84d974001611::TransformTypos
8944 TransformTypos(Sema &SemaRef, VarDecl *InitDecl, llvm::function_ref<ExprResult(Expr *)> Filter) in TransformTypos()
9025 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr()
HDSemaDecl.cpp3025 static void diagnoseMissingConstinit(Sema &S, const VarDecl *InitDecl, in diagnoseMissingConstinit()
3104 const VarDecl *InitDecl = OldVD->getInitializingDeclaration(); in mergeDeclAttributes() local