class UnresolvedUsingTypeLoc
Declaration
class UnresolvedUsingTypeLoc : public InheritingConcreteTypeLoc { /* full declaration omitted */ };
Description
Wrapper for source info for unresolved typename using decls.
Declared at: clang/include/clang/AST/TypeLoc.h:701
Inherits from: InheritingConcreteTypeLoc
Method Overview
- public clang::UnresolvedUsingTypenameDecl * getDecl() const
Methods
ΒΆclang::UnresolvedUsingTypenameDecl* getDecl()
const
clang::UnresolvedUsingTypenameDecl* getDecl()
const
Declared at: clang/include/clang/AST/TypeLoc.h:706