Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2576 QualType getSignatureParameterType(QualType T) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DItaniumMangle.cpp3249 mangleType(Context.getASTContext().getSignatureParameterType(ParamTy)); in mangleBareFunctionType()
H A DASTContext.cpp6149 QualType ASTContext::getSignatureParameterType(QualType T) const { in getSignatureParameterType() function in ASTContext