class DeducedTemplateSpecializationTypeLoc
Declaration
class DeducedTemplateSpecializationTypeLoc
: 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:2239
Inherits from: InheritingConcreteTypeLoc
Method Overview
- public clang::SourceLocation getTemplateNameLoc() const
- public void setTemplateNameLoc(clang::SourceLocation Loc)
Methods
¶clang::SourceLocation getTemplateNameLoc() const
clang::SourceLocation getTemplateNameLoc() const
Declared at: clang/include/clang/AST/TypeLoc.h:2244
¶void setTemplateNameLoc(clang::SourceLocation Loc)
void setTemplateNameLoc(clang::SourceLocation Loc)
Declared at: clang/include/clang/AST/TypeLoc.h:2248