Home
last modified time | relevance | path

Searched refs:hasSameFunctionTypeIgnoringExceptionSpec (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1363 bool hasSameFunctionTypeIgnoringExceptionSpec(QualType T, QualType U) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1352 return Context.hasSameFunctionTypeIgnoringExceptionSpec(P, A); in isSameOrCompatibleFunctionType()
4739 : !Context.hasSameFunctionTypeIgnoringExceptionSpec( in DeduceTemplateArguments()
H A DSemaDecl.cpp4056 if (Context.hasSameFunctionTypeIgnoringExceptionSpec(OldQTypeForComparison, in MergeFunctionDecl()
10638 Context.hasSameFunctionTypeIgnoringExceptionSpec( in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3561 bool ASTContext::hasSameFunctionTypeIgnoringExceptionSpec(QualType T, in hasSameFunctionTypeIgnoringExceptionSpec() function in ASTContext
7058 hasSameFunctionTypeIgnoringExceptionSpec(XT, YT)) in isSameEntity()
H A DExprConstant.cpp7995 if (!Info.Ctx.hasSameFunctionTypeIgnoringExceptionSpec( in handleCallExpr()