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

/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp167 static std::string getScalarZeroExpressionForType(const Type& T, const Sema& S) { function
199 std::string s = getScalarZeroExpressionForType(*T, *this);
216 return getScalarZeroExpressionForType(*T, *this);

Completed in 49 milliseconds