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 171 if (T.isEnumeralType())
SemaCast.cpp     [all...]
SemaCXXScopeSpec.cpp 270 TD->getUnderlyingType()->isEnumeralType()))
617 if (T->isEnumeralType())
    [all...]
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaStmt.cpp 614 << ConvTy->isEnumeralType() << ConvTy;
625 << ConvTy->isEnumeralType() << ConvTy;
    [all...]
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp 771 !(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 257 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 302 !Ty->isEnumeralType() && !Ty->isBlockPointerType())
626 Ty->isAnyComplexType() || Ty->isEnumeralType() ||
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 150 milliseconds