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

  /external/clang/lib/Sema/
SemaCast.cpp 37 enum CastType {
154 // %0: Cast Type (a value from the CastType enumeration)
302 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
378 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
387 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
391 S.Diag(opRange.getBegin(), msg) << castType
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 889 milliseconds