Searched refs:IsInvalidSMECallConversion (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9802 bool Sema::IsInvalidSMECallConversion(QualType FromType, QualType ToType) { function in class:Sema
9982 if (S.IsInvalidSMECallConversion(rtrans, ltrans))
H A DSemaDeclCXX.cpp18341 if (IsInvalidSMECallConversion(Old->getType(), New->getType())) {
H A DSemaDecl.cpp3822 if (IsInvalidSMECallConversion(Old->getType(), New->getType())) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7149 bool IsInvalidSMECallConversion(QualType FromType, QualType ToType);

Completed in 401 milliseconds