Searched refs:CheckTemplateArgumentIsCompatibleWithParameter (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 4410 static bool CheckTemplateArgumentIsCompatibleWithParameter( in CheckTemplateArgumentIsCompatibleWithParameter() function 4599 if (CheckTemplateArgumentIsCompatibleWithParameter(S, Param, ParamType, in CheckTemplateArgumentAddressOfObjectOrFunction() 4748 if (CheckTemplateArgumentIsCompatibleWithParameter(S, Param, ParamType, ArgIn, in CheckTemplateArgumentAddressOfObjectOrFunction()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplate.cpp | 6352 static bool CheckTemplateArgumentIsCompatibleWithParameter( in CheckTemplateArgumentIsCompatibleWithParameter() function 6658 if (CheckTemplateArgumentIsCompatibleWithParameter(S, Param, ParamType, ArgIn, in CheckTemplateArgumentAddressOfObjectOrFunction()
|