class DependentSizedArrayTypeLoc
Declaration
class DependentSizedArrayTypeLoc : public InheritingConcreteTypeLoc { /* full declaration omitted */ };
Description
A metaprogramming class designed for concrete subtypes of abstract types where all subtypes share equivalently-structured source information. See the note on ConcreteTypeLoc.
Declared at: clang/include/clang/AST/TypeLoc.h:1578
Inherits from: InheritingConcreteTypeLoc
Method Overview
- public void initializeLocal(clang::ASTContext & Context, clang::SourceLocation Loc)
Methods
ΒΆvoid initializeLocal(clang::ASTContext& Context,
clang::SourceLocation Loc)
void initializeLocal(clang::ASTContext& Context,
clang::SourceLocation Loc)
Declared at: clang/include/clang/AST/TypeLoc.h:1583
Parameters
- clang::ASTContext& Context
- clang::SourceLocation Loc