Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp87 const Decl *InitDecl = InitDeclStmt->getSingleDecl(); in checkInitDeclUsageInElse() local
/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.cpp187 const VarDecl *InitDecl = VD->getInitializingDeclaration(); in isEmittedWithConstantInitializer() local
H A DCodeGenModule.cpp5022 const VarDecl *InitDecl; GetOrCreateLLVMGlobal() local
5403 const VarDecl *InitDecl; EmitGlobalVarDefinition() local
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DProTypeMemberInitCheck.cpp213 const auto *InitDecl = in computeInsertions() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8633 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the global() member in __anon8de2821a1411::TransformTypos
8871 TransformTypos(Sema & SemaRef,VarDecl * InitDecl,llvm::function_ref<ExprResult (Expr *)> Filter) TransformTypos() argument
8952 CorrectDelayedTyposInExpr(Expr * E,VarDecl * InitDecl,bool RecoverUncorrectedTypos,llvm::function_ref<ExprResult (Expr *)> Filter) CorrectDelayedTyposInExpr() argument
H A DSemaDecl.cpp3009 diagnoseMissingConstinit(Sema & S,const VarDecl * InitDecl,const ConstInitAttr * CIAttr,bool AttrBeforeInit) diagnoseMissingConstinit() argument
3088 const VarDecl *InitDecl = OldVD->getInitializingDeclaration(); mergeDeclAttributes() local
[all...]