Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8601 QualType lParamType = lproto->getParamType(i).getUnqualifiedType(); in mergeFunctionTypes() local
8604 lParamType, rParamType, OfBlockPointer, Unqualified); in mergeFunctionTypes()
8613 lParamType = lParamType.getUnqualifiedType(); in mergeFunctionTypes()
8617 if (getCanonicalType(paramType) != getCanonicalType(lParamType)) in mergeFunctionTypes()