Home
last modified time | relevance | path

Searched refs:getFixItZeroInitializerForType (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaFixItUtils.cpp200 Sema::getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const { in getFixItZeroInitializerForType() function in Sema
HDAnalysisBasedWarnings.cpp775 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in SuggestInitializationFixit()
HDSemaType.cpp3450 S.getFixItZeroInitializerForType(RT, ParenRange.getBegin()); in warnAboutAmbiguousFunction()
HDSemaInit.cpp3765 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in maybeRecoverWithZeroInitialization()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h1454 getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const;