Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaFixItUtils.cpp204 Sema::getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const { in getFixItZeroInitializerForType() function in Sema
H A DAnalysisBasedWarnings.cpp780 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in SuggestInitializationFixit()
H A DSemaInit.cpp3882 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc); in maybeRecoverWithZeroInitialization()
H A DSemaType.cpp3867 S.getFixItZeroInitializerForType(RT, ParenRange.getBegin()); in warnAboutAmbiguousFunction()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1906 getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const;