Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2903 QualType mergeFunctionTypes(QualType, QualType, bool OfBlockPointer = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10300 QualType ASTContext::mergeFunctionTypes(QualType lhs, QualType rhs, in mergeFunctionTypes() function in ASTContext
10811 return mergeFunctionTypes(LHS, RHS, OfBlockPointer, Unqualified, in mergeTypes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp501 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr()
H A DSemaOpenMP.cpp7336 QualType NewType = Context.mergeFunctionTypes( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7490 QualType NewType = Context.mergeFunctionTypes( in ActOnOpenMPCall()
7724 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType()); in checkOpenMPDeclareVariantFunction()