Searched refs:STK_Bool (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Sema/
H A DSema.cpp361 case Type::STK_Bool: return CK_NoOp;
H A DSemaDeclObjC.cpp2131 if (leftSK == Type::STK_Bool) leftSK = Type::STK_Integral;
2132 if (rightSK == Type::STK_Bool) rightSK = Type::STK_Integral;
H A DSemaExpr.cpp4980 case Type::STK_Bool:
4992 case Type::STK_Bool: // casting from bool is like casting from an integer
5002 case Type::STK_Bool:
5027 case Type::STK_Bool:
5063 case Type::STK_Bool:
5092 case Type::STK_Bool:
/external/clang/lib/AST/
H A DType.cpp844 if (BT->getKind() == BuiltinType::Bool) return STK_Bool;
/external/clang/include/clang/AST/
H A DType.h1600 STK_Bool, enumerator in enum:clang::Type::ScalarTypeKind

Completed in 964 milliseconds