Searched defs:CastType (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCast.cpp37 enum CastType { enum
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,
H A DSemaExpr.cpp11406 RebuildUnknownAnyExpr(Sema &S, QualType CastType) argument
11407 : S(S), DestType(CastType) {}
11666 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, argument
11670 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr);

Completed in 125 milliseconds