Home
last modified time | relevance | path

Searched refs:CastType (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp39 enum CastType { enum
306 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT, in tryDiagnoseOverloadedCast()
382 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
HDSemaExpr.cpp13815 RebuildUnknownAnyExpr(Sema &S, QualType CastType) in RebuildUnknownAnyExpr()
13816 : S(S), DestType(CastType) {} in RebuildUnknownAnyExpr()
14145 ExprResult Sema::checkUnknownAnyCast(SourceRange TypeRange, QualType CastType, in checkUnknownAnyCast() argument
14149 ExprResult result = RebuildUnknownAnyExpr(*this, CastType).Visit(CastExpr); in checkUnknownAnyCast()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8393 ExprResult checkUnknownAnyCast(SourceRange TypeRange, QualType CastType,