clang 23.0.0git
SemaCXXScopeSpec.cpp File Reference

Go to the source code of this file.

Functions

static CXXRecordDeclgetCurrentInstantiationOf (QualType T, DeclContext *CurContext)
 Find the current instantiation that associated with the given type.
static bool ExtendNestedNameSpecifier (Sema &S, CXXScopeSpec &SS, const NamedDecl *ND, SourceLocation NameLoc, SourceLocation CCLoc)

Function Documentation

◆ ExtendNestedNameSpecifier()

◆ getCurrentInstantiationOf()

CXXRecordDecl * getCurrentInstantiationOf ( QualType T,
DeclContext * CurContext )
static

Find the current instantiation that associated with the given type.

Definition at line 27 of file SemaCXXScopeSpec.cpp.

References clang::cast(), and clang::isa().