HomeSort by relevance Sort by last modified time
    Searched refs:isIntegralOrUnscopedEnumerationType (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaOverload.cpp 377 if (!FromType->isIntegralOrUnscopedEnumerationType()) {
383 assert(FromType->isIntegralOrUnscopedEnumerationType());
384 assert(ToType->isIntegralOrUnscopedEnumerationType());
    [all...]
SemaExpr.cpp 457 if (Ty->isIntegralOrUnscopedEnumerationType()) {
    [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 591 bool Type::isIntegralOrUnscopedEnumerationType() const {
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 3344 milliseconds