Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaFixItUtils.cpp200 Sema::getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const { in getFixItZeroInitializerForType() function in Sema
H A DAnalysisBasedWarnings.cpp777 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in SuggestInitializationFixit()
H A DSemaType.cpp3700 S.getFixItZeroInitializerForType(RT, ParenRange.getBegin()); in warnAboutAmbiguousFunction()
H A DSemaInit.cpp3825 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in maybeRecoverWithZeroInitialization()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1770 getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const;