Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2271 QualType mergeFunctionParameterTypes(QualType, QualType,
/external/clang/lib/AST/
DASTContext.cpp7426 QualType ASTContext::mergeFunctionParameterTypes(QualType lhs, QualType rhs, in mergeFunctionParameterTypes() function in ASTContext
7537 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes()