Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td365 return ctx.getUnresolvedUsingType(cast<UnresolvedUsingTypenameDecl>(declaration));
H A DASTContext.h1599 getUnresolvedUsingType(const UnresolvedUsingTypenameDecl *Decl) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4634 return getUnresolvedUsingType(Using); in getTypeDeclTypeSlow()
4730 QualType ASTContext::getUnresolvedUsingType( in getUnresolvedUsingType() function in ASTContext