Home
last modified time | relevance | path

Searched refs:getFunctionTypeWithoutParamABIs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1495 QualType getFunctionTypeWithoutParamABIs(QualType T) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3856 QualType ASTContext::getFunctionTypeWithoutParamABIs(QualType T) const { in getFunctionTypeWithoutParamABIs() function in ASTContext
3867 return hasSameType(T, U) || hasSameType(getFunctionTypeWithoutParamABIs(T), in hasSameFunctionTypeIgnoringParamABI()
3868 getFunctionTypeWithoutParamABIs(U)); in hasSameFunctionTypeIgnoringParamABI()