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

  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaOverload.cpp 313 if (FromType->isRealFloatingType() && ToType->isIntegralType(Ctx)) {
315 } else if (FromType->isIntegralType(Ctx) && ToType->isRealFloatingType()) {
    [all...]
SemaDecl.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 261 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralType)
Type.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
Type.cpp 606 bool Type::isIntegralType(ASTContext &Ctx) const {
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 60 milliseconds