Searched defs:isIntegralOrEnumerationType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1469 bool isIntegralOrEnumerationType() const;
4971 inline bool Type::isIntegralOrEnumerationType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/Sema/
H A DSemaOverload.cpp4845 assert(T->isIntegralOrEnumerationType() && "unexpected converted const type");
5017 static bool isIntegralOrEnumerationType(QualType T, bool AllowScopedEnum) { function in namespace:clang
5018 return AllowScopedEnum ? T->isIntegralOrEnumerationType()
5058 if (isIntegralOrEnumerationType(T, AllowScopedEnumerations))
5102 if (isIntegralOrEnumerationType(
5197 if (!isIntegralOrEnumerationType(From->getType(), AllowScopedEnumerations) &&

Completed in 133 milliseconds