Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp7535 QualType lParamType = lproto->getParamType(i).getUnqualifiedType(); in mergeFunctionTypes() local
7538 lParamType, rParamType, OfBlockPointer, Unqualified); in mergeFunctionTypes()
7547 lParamType = lParamType.getUnqualifiedType(); in mergeFunctionTypes()
7551 if (getCanonicalType(paramType) != getCanonicalType(lParamType)) in mergeFunctionTypes()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9407 QualType lParamType = lproto->getParamType(i).getUnqualifiedType(); in mergeFunctionTypes() local
9410 lParamType, rParamType, OfBlockPointer, Unqualified); in mergeFunctionTypes()
9419 lParamType = lParamType.getUnqualifiedType(); in mergeFunctionTypes()
9423 if (getCanonicalType(paramType) != getCanonicalType(lParamType)) in mergeFunctionTypes()