Searched refs:getFixItZeroInitializerForType (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp204 Sema::getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const { function in class:Sema
H A DAnalysisBasedWarnings.cpp631 std::string Init = S.getFixItZeroInitializerForType(VariableTy, Loc);
H A DSemaType.cpp2425 S.getFixItZeroInitializerForType(RT, ParenRange.getBegin());
/external/clang/include/clang/Sema/
H A DSema.h1027 getFixItZeroInitializerForType(QualType T, SourceLocation Loc) const;

Completed in 2215 milliseconds