Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2754 QualType mergeFunctionTypes(QualType, QualType, bool OfBlockPointer=false,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9451 QualType ASTContext::mergeFunctionTypes(QualType lhs, QualType rhs, in mergeFunctionTypes() function in ASTContext
9936 return mergeFunctionTypes(LHS, RHS, OfBlockPointer, Unqualified); in mergeTypes()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp465 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr()
H A DSemaOpenMP.cpp6683 QualType NewType = Context.mergeFunctionTypes( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6827 QualType NewType = Context.mergeFunctionTypes( in ActOnOpenMPCall()
7020 Context.mergeFunctionTypes(FD->getType(), NewFD->getType()); in checkOpenMPDeclareVariantFunction()