Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp204 Sema::getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const { in getFixItZeroInitializerForType() function in Sema
H A DAnalysisBasedWarnings.cpp804 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in SuggestInitializationFixit()
H A DSemaType.cpp3504 S.getFixItZeroInitializerForType(RT, ParenRange.getBegin()); in warnAboutAmbiguousFunction()
H A DSemaInit.cpp4130 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in maybeRecoverWithZeroInitialization()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15039 std::string getFixItZeroInitializerForType(QualType T,