Home
last modified time | relevance | path

Searched refs:InitDecl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp7575 VarDecl *InitDecl; // A decl to avoid as a correction because it is in the member in __anonb2279db60911::TransformTypos
7654 TransformTypos(Sema &SemaRef, VarDecl *InitDecl, llvm::function_ref<ExprResult(Expr *)> Filter) in TransformTypos() argument
7655 : BaseTransform(SemaRef), InitDecl(InitDecl), ExprFilter(Filter) {} in TransformTypos()
7742 if (InitDecl && TC.getFoundDecl() == InitDecl) in TransformTypoExpr()
7771 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr() argument
7780 auto Result = TransformTypos(*this, InitDecl, Filter).Transform(E); in CorrectDelayedTyposInExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp3160 const VarDecl *InitDecl; in GetOrCreateLLVMGlobal() local
3161 const Expr *InitExpr = D->getAnyInitializer(InitDecl); in GetOrCreateLLVMGlobal()
3164 llvm::Constant *Init = emitter.tryEmitForInitializer(*InitDecl); in GetOrCreateLLVMGlobal()
3483 const VarDecl *InitDecl; in EmitGlobalVarDefinition() local
3484 const Expr *InitExpr = D->getAnyInitializer(InitDecl); in EmitGlobalVarDefinition()
3516 Init = emitter->tryEmitForInitializer(*InitDecl); in EmitGlobalVarDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3310 CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl = nullptr,
3321 CorrectDelayedTyposInExpr(ExprResult ER, VarDecl *InitDecl = nullptr,