Searched refs:CheckMatrixCast (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 1184 if (Self.CheckMatrixCast(OpRange, DestType, SrcExpr.get()->getType(), Kind)) in CheckStaticCast() 2670 if (Self.CheckMatrixCast(OpRange, DestType, SrcExpr.get()->getType(), Kind)) in CheckCXXCStyleCast() 2956 if (Self.CheckMatrixCast(OpRange, DestType, SrcType, Kind)) in CheckCStyleCast()
|
H A D | SemaExpr.cpp | 7428 bool Sema::CheckMatrixCast(SourceRange R, QualType DestTy, QualType SrcTy, in CheckMatrixCast() function in Sema
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 11709 bool CheckMatrixCast(SourceRange R, QualType DestTy, QualType SrcTy,
|