Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2569 QualType mergeFunctionTypes(QualType, QualType, bool OfBlockPointer=false,
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp8498 QualType ASTContext::mergeFunctionTypes(QualType lhs, QualType rhs, in mergeFunctionTypes() function in ASTContext
8972 return mergeFunctionTypes(LHS, RHS, OfBlockPointer, Unqualified); in mergeTypes()