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

  /external/clang/lib/Sema/
SemaCast.cpp 39 enum CastType {
156 // %0: Cast Type (a value from the CastType enumeration)
311 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
387 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
391 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
395 S.Diag(opRange.getBegin(), msg) << castType
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 474 NDR64_FORMAT_CHAR CastType;

Completed in 56 milliseconds