Searched refs:mergeFunctionTypes (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 3196 QualType mergeFunctionTypes(QualType, QualType, bool OfBlockPointer = false,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 509 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr()
|
| H A D | SemaOpenMP.cpp | 7069 QualType NewType = getASTContext().mergeFunctionTypes( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope() 7226 QualType NewType = getASTContext().mergeFunctionTypes( in ActOnOpenMPCall() 7462 Context.mergeFunctionTypes(AdjustedFnType, NewFD->getType()); in checkOpenMPDeclareVariantFunction()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 11323 QualType ASTContext::mergeFunctionTypes(QualType lhs, QualType rhs, in mergeFunctionTypes() function in ASTContext 11876 return mergeFunctionTypes(LHS, RHS, OfBlockPointer, Unqualified, in mergeTypes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8958 …ntext18mergeFunctionTypesENS_8QualTypeES1_bb", "clang::ASTContext::mergeFunctionTypes(clang::QualT…
|