Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2872 QualType mergeFunctionTypes(QualType, QualType, bool OfBlockPointer = false,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10190 QualType ASTContext::mergeFunctionTypes(QualType lhs, QualType rhs, in mergeFunctionTypes() function in ASTContext
10704 return mergeFunctionTypes(LHS, RHS, OfBlockPointer, Unqualified, in mergeTypes()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp489 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr()
H A DSemaOpenMP.cpp7185 QualType NewType = Context.mergeFunctionTypes( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
7339 QualType NewType = Context.mergeFunctionTypes( in ActOnOpenMPCall()
7573 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType()); in checkOpenMPDeclareVariantFunction()