Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2995 QualType mergeFunctionParameterTypes(QualType, QualType,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10731 QualType ASTContext::mergeFunctionParameterTypes(QualType lhs, QualType rhs, in mergeFunctionParameterTypes() function in ASTContext
10896 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes()