Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2858 QualType mergeFunctionTypes(QualType, QualType, bool OfBlockPointer=false,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp10078 QualType ASTContext::mergeFunctionTypes(QualType lhs, QualType rhs, in mergeFunctionTypes() function in ASTContext
10573 return mergeFunctionTypes(LHS, RHS, OfBlockPointer, Unqualified); in mergeTypes()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp488 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr()
H A DSemaOpenMP.cpp7106 QualType NewType = Context.mergeFunctionTypes( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7253 QualType NewType = Context.mergeFunctionTypes( in ActOnOpenMPCall()
7487 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType()); in checkOpenMPDeclareVariantFunction()