Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp6932 QualType lParamType = lproto->getParamType(i).getUnqualifiedType(); in mergeFunctionTypes() local
6935 lParamType, rParamType, OfBlockPointer, Unqualified); in mergeFunctionTypes()
6944 lParamType = lParamType.getUnqualifiedType(); in mergeFunctionTypes()
6948 if (getCanonicalType(paramType) != getCanonicalType(lParamType)) in mergeFunctionTypes()