Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7356 QualType rParamType = rproto->getParamType(i).getUnqualifiedType(); in mergeFunctionTypes() local
7358 lParamType, rParamType, OfBlockPointer, Unqualified); in mergeFunctionTypes()
7368 rParamType = rParamType.getUnqualifiedType(); in mergeFunctionTypes()
7373 if (getCanonicalType(paramType) != getCanonicalType(rParamType)) in mergeFunctionTypes()