Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h2269 QualType mergeFunctionTypes(QualType, QualType, bool OfBlockPointer=false,
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2662 QualType mergeFunctionTypes(QualType, QualType, bool OfBlockPointer=false,
/external/clang/lib/AST/
DASTContext.cpp7445 QualType ASTContext::mergeFunctionTypes(QualType lhs, QualType rhs, in mergeFunctionTypes() function in ASTContext
7861 return mergeFunctionTypes(LHS, RHS, OfBlockPointer, Unqualified); in mergeTypes()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp9303 QualType ASTContext::mergeFunctionTypes(QualType lhs, QualType rhs, in mergeFunctionTypes() function in ASTContext
9780 return mergeFunctionTypes(LHS, RHS, OfBlockPointer, Unqualified); in mergeTypes()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp463 QualType NewType = S.Context.mergeFunctionTypes( in instantiateOMPDeclareVariantAttr()
DSemaOpenMP.cpp5934 QualType NewType = Context.mergeFunctionTypes( in ActOnStartOfFunctionDefinitionInOpenMPDeclareVariantScope()
6077 QualType NewType = Context.mergeFunctionTypes( in ActOnOpenMPCall()
6270 Context.mergeFunctionTypes(FD->getType(), NewFD->getType()); in checkOpenMPDeclareVariantFunction()