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

/external/clang/include/clang/Sema/
H A DOverload.h241 QualType &ConstantType) const;
/external/clang/lib/Sema/
H A DSemaInit.cpp6286 QualType ConstantType; local
6288 ConstantType)) {
6317 << ConstantValue.getAsString(S.getASTContext(), ConstantType)
H A DSemaOverload.cpp297 /// \param ConstantType If this is an NK_Constant_Narrowing conversion, the
303 QualType &ConstantType) const {
337 ConstantType = Initializer->getType();
368 ConstantType = Initializer->getType();
428 ConstantType = Initializer->getType();

Completed in 181 milliseconds