class ComplexTypeLoc
Declaration
class ComplexTypeLoc : 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:1922
Inherits from: InheritingConcreteTypeLoc