Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaFixItUtils.cpp201 Sema::getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const { in getFixItZeroInitializerForType() function in Sema
DAnalysisBasedWarnings.cpp639 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in SuggestInitializationFixit()
DSemaType.cpp3108 S.getFixItZeroInitializerForType(RT, ParenRange.getBegin()); in warnAboutAmbiguousFunction()
DSemaInit.cpp3359 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in maybeRecoverWithZeroInitialization()
/external/clang/include/clang/Sema/
DSema.h1153 getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const;