Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h185 bool CheckCompatibleParameterABI(FunctionDecl *New, FunctionDecl *Old);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp3251 bool SemaHLSL::CheckCompatibleParameterABI(FunctionDecl *New, in CheckCompatibleParameterABI() function in SemaHLSL
H A DSemaDecl.cpp4130 if (HLSL().CheckCompatibleParameterABI(New, Old)) in MergeFunctionDecl()