Home
last modified time | relevance | path

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

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