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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 632 /// ScalarTypeToBooleanCastKind - Returns the cast kind corresponding
634 CastKind Sema::ScalarTypeToBooleanCastKind(QualType ScalarTy) {
SemaExprCXX.cpp 4394 ScalarTypeToBooleanCastKind(FromType),
SemaExpr.cpp 14773 ScalarTypeToBooleanCastKind(resultType));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11256 /// ScalarTypeToBooleanCastKind - Returns the cast kind corresponding
11258 static CastKind ScalarTypeToBooleanCastKind(QualType ScalarTy);

Completed in 71 milliseconds