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

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

Completed in 93 milliseconds