Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2449 QualType getSignatureParameterType(QualType T) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp2830 mangleType(Context.getASTContext().getSignatureParameterType(ParamTy)); in mangleBareFunctionType()
H A DASTContext.cpp5472 QualType ASTContext::getSignatureParameterType(QualType T) const { in getSignatureParameterType() function in ASTContext