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.h1476 bool hasSameFunctionTypeIgnoringExceptionSpec(QualType T, QualType U) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1340 return Context.hasSameFunctionTypeIgnoringExceptionSpec(P, A); in isSameOrCompatibleFunctionType()
4852 : !Context.hasSameFunctionTypeIgnoringExceptionSpec( in DeduceTemplateArguments()
H A DSemaDecl.cpp4148 if (Context.hasSameFunctionTypeIgnoringExceptionSpec(OldQTypeForComparison, in MergeFunctionDecl()
10857 Context.hasSameFunctionTypeIgnoringExceptionSpec( in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3825 bool ASTContext::hasSameFunctionTypeIgnoringExceptionSpec(QualType T, in hasSameFunctionTypeIgnoringExceptionSpec() function in ASTContext
7600 hasSameFunctionTypeIgnoringExceptionSpec(XT, YT)) in isSameEntity()
H A DExprConstant.cpp8335 if (!Info.Ctx.hasSameFunctionTypeIgnoringExceptionSpec( in handleCallExpr()