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

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 176 if (T.isEnumeralType())
SemaCast.cpp     [all...]
SemaCXXScopeSpec.cpp 270 TD->getUnderlyingType()->isEnumeralType()))
665 if (T->isEnumeralType())
    [all...]
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaStmt.cpp 623 << ConvTy->isEnumeralType() << ConvTy;
634 << ConvTy->isEnumeralType() << ConvTy;
    [all...]
SemaCodeComplete.cpp 769 !(PreferredType->isEnumeralType() && TC->isEnumeralType()))
    [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
SemaChecking.cpp     [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 256 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isEnumeralType)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 53 else if (ty->isEnumeralType())
    [all...]
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 293 !Ty->isEnumeralType() && !Ty->isBlockPointerType())
631 Ty->isAnyComplexType() || Ty->isEnumeralType() ||
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 269 milliseconds