Searched defs:InitDecl (Results 1 – 8 of 8) sorted by relevance
| /external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
| D | ElseAfterReturnCheck.cpp | 89 const Decl *InitDecl = InitDeclStmt->getSingleDecl(); in checkInitDeclUsageInElse() local
|
| /external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| D | ProTypeMemberInitCheck.cpp | 187 const auto *InitDecl = in computeInsertions() local
|
| /external/clang/lib/Sema/ |
| D | SemaExprCXX.cpp | 6751 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the member in __anond3b2cfb00311::TransformTypos 6831 TransformTypos(Sema &SemaRef, VarDecl *InitDecl, llvm::function_ref<ExprResult(Expr *)> Filter) in TransformTypos() 6954 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr()
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaExprCXX.cpp | 7991 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the member in __anon33c980de1111::TransformTypos 8228 TransformTypos(Sema &SemaRef, VarDecl *InitDecl, llvm::function_ref<ExprResult(Expr *)> Filter) in TransformTypos() 8309 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr()
|
| D | SemaDecl.cpp | 2772 static void diagnoseMissingConstinit(Sema &S, const VarDecl *InitDecl, in diagnoseMissingConstinit() 2847 const VarDecl *InitDecl = OldVD->getInitializingDeclaration(); in mergeDeclAttributes() local
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenModule.cpp | 3776 const VarDecl *InitDecl; in GetOrCreateLLVMGlobal() local 4119 const VarDecl *InitDecl; in EmitGlobalVarDefinition() local
|
| D | ItaniumCXXABI.cpp | 350 const VarDecl *InitDecl = VD->getInitializingDeclaration(); in isEmittedWithConstantInitializer() local
|
| /external/clang/lib/CodeGen/ |
| D | CodeGenModule.cpp | 2394 const VarDecl *InitDecl; in EmitGlobalVarDefinition() local
|