Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2860 QualType mergeFunctionParameterTypes(QualType, QualType,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10059 QualType ASTContext::mergeFunctionParameterTypes(QualType lhs, QualType rhs, in mergeFunctionParameterTypes() function in ASTContext
10184 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes()