Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10182 QualType lParamType = lproto->getParamType(i).getUnqualifiedType(); in mergeFunctionTypes() local
10185 lParamType, rParamType, OfBlockPointer, Unqualified); in mergeFunctionTypes()
10194 lParamType = lParamType.getUnqualifiedType(); in mergeFunctionTypes()
10198 if (getCanonicalType(paramType) != getCanonicalType(lParamType)) in mergeFunctionTypes()