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

/external/clang/include/clang/Sema/
H A DOverload.h240 QualType &ConstantType) const;
/external/clang/lib/Sema/
H A DSemaInit.cpp6095 QualType ConstantType; local
6097 ConstantType)) {
6126 << ConstantValue.getAsString(S.getASTContext(), ConstantType)
H A DSemaOverload.cpp292 /// \param ConstantType If this is an NK_Constant_Narrowing conversion, the
298 QualType &ConstantType) const {
332 ConstantType = Initializer->getType();
363 ConstantType = Initializer->getType();
423 ConstantType = Initializer->getType();

Completed in 72 milliseconds