Home
last modified time | relevance | path

Searched refs:hasSameFunctionTypeIgnoringParamABI (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1499 bool hasSameFunctionTypeIgnoringParamABI(QualType T, QualType U) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3865 bool ASTContext::hasSameFunctionTypeIgnoringParamABI(QualType T, in hasSameFunctionTypeIgnoringParamABI() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4138 if (Context.hasSameFunctionTypeIgnoringParamABI(OldQTypeForComparison, in MergeFunctionDecl()