Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp201 static TryCastResult TryConstCast(Sema &Self, ExprResult &SrcExpr,
715 if (TryConstCast(Self, SrcExpr, DestType, /*CStyle*/false, msg) != TC_Success in CheckConstCast()
1503 static TryCastResult TryConstCast(Sema &Self, ExprResult &SrcExpr, in TryConstCast() function
2082 TryCastResult tcr = TryConstCast(Self, SrcExpr, DestType, in CheckCXXCStyleCast()