Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp9521 QualType lParamType = lproto->getParamType(i).getUnqualifiedType(); in mergeFunctionTypes() local
9524 lParamType, rParamType, OfBlockPointer, Unqualified); in mergeFunctionTypes()
9533 lParamType = lParamType.getUnqualifiedType(); in mergeFunctionTypes()
9537 if (getCanonicalType(paramType) != getCanonicalType(lParamType)) in mergeFunctionTypes()