Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10314 QualType rParamType = rproto->getParamType(i).getUnqualifiedType(); in mergeFunctionTypes() local
10316 lParamType, rParamType, OfBlockPointer, Unqualified); in mergeFunctionTypes()
10326 rParamType = rParamType.getUnqualifiedType(); in mergeFunctionTypes()
10331 if (getCanonicalType(paramType) != getCanonicalType(rParamType)) in mergeFunctionTypes()