Searched refs:mergeFunctionTypes (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2992 QualType mergeFunctionTypes(QualType, QualType, bool OfBlockPointer = false,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 506 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr()
|
H A D | SemaOpenMP.cpp | 7121 QualType NewType = getASTContext().mergeFunctionTypes( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() 7277 QualType NewType = getASTContext().mergeFunctionTypes( in ActOnOpenMPCall() 7513 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType()); in checkOpenMPDeclareVariantFunction()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 10750 QualType ASTContext::mergeFunctionTypes(QualType lhs, QualType rhs, in mergeFunctionTypes() function in ASTContext 11286 return mergeFunctionTypes(LHS, RHS, OfBlockPointer, Unqualified, in mergeTypes()
|