Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10894 QualType lParamType = lproto->getParamType(i).getUnqualifiedType(); in mergeFunctionTypes() local
10897 lParamType, rParamType, OfBlockPointer, Unqualified); in mergeFunctionTypes()
10906 lParamType = lParamType.getUnqualifiedType(); in mergeFunctionTypes()
10910 if (getCanonicalType(paramType) != getCanonicalType(lParamType)) in mergeFunctionTypes()