Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaFixItUtils.cpp201 Sema::getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const { in getFixItZeroInitializerForType() function in Sema
H A DAnalysisBasedWarnings.cpp757 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in SuggestInitializationFixit()
H A DSemaType.cpp3246 S.getFixItZeroInitializerForType(RT, ParenRange.getBegin()); in warnAboutAmbiguousFunction()
H A DSemaInit.cpp3600 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in maybeRecoverWithZeroInitialization()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1323 getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const;