HomeSort by: relevance | last modified time | path
    Searched refs:STK_Bool (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 636 case Type::STK_Bool: return CK_NoOp;
SemaDeclObjC.cpp 3192 if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral;
3193 if (rightSK == Type::STK_Bool) rightSK = Type::STK_Integral;
SemaExpr.cpp 7133 case Type::STK_Bool:
7150 case Type::STK_Bool:
7170 case Type::STK_Bool: // casting from bool is like casting from an integer
7180 case Type::STK_Bool:
7207 case Type::STK_Bool:
7245 case Type::STK_Bool:
7279 case Type::STK_Bool:
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 2146 if (BT->getKind() == BuiltinType::Bool) return STK_Bool;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2146 STK_Bool,

Completed in 74 milliseconds