Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td361 return ctx.getUnresolvedUsingType(cast<UnresolvedUsingTypenameDecl>(declaration));
H A DASTContext.h1606 getUnresolvedUsingType(const UnresolvedUsingTypenameDecl *Decl) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4618 return getUnresolvedUsingType(Using); in getTypeDeclTypeSlow()
4688 QualType ASTContext::getUnresolvedUsingType( in getUnresolvedUsingType() function in ASTContext