Home
last modified time | relevance | path

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

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