Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td361 return ctx.getUnresolvedUsingType(cast<UnresolvedUsingTypenameDecl>(declaration));
H A DASTContext.h1580 getUnresolvedUsingType(const UnresolvedUsingTypenameDecl *Decl) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4656 return getUnresolvedUsingType(Using); in getTypeDeclTypeSlow()
4752 QualType ASTContext::getUnresolvedUsingType( in getUnresolvedUsingType() function in ASTContext