Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp250 static TryCastResult TryConstCast(Sema &Self, ExprResult &SrcExpr,
925 auto TCR = TryConstCast(Self, SrcExpr, DestType, /*CStyle*/ false, msg); in CheckConstCast()
1872 static TryCastResult TryConstCast(Sema &Self, ExprResult &SrcExpr, in TryConstCast() function
2698 TryCastResult tcr = TryConstCast(Self, SrcExpr, DestType, in CheckCXXCStyleCast()