clang 19.0.0git
Public Attributes | List of all members
clang::LateParsedTemplate Struct Reference

Contains a late templated function. More...

#include "clang/Sema/Sema.h"

Public Attributes

CachedTokens Toks
 
DeclD
 The template function declaration to be late parsed.
 
FPOptions FPO
 Floating-point options in the point of definition.
 

Detailed Description

Contains a late templated function.

Will be parsed at the end of the translation unit, used by Sema & Parser.

Definition at line 12836 of file Sema.h.

Member Data Documentation

◆ D

Decl* clang::LateParsedTemplate::D

The template function declaration to be late parsed.

Definition at line 12839 of file Sema.h.

◆ FPO

FPOptions clang::LateParsedTemplate::FPO

Floating-point options in the point of definition.

Definition at line 12841 of file Sema.h.

◆ Toks

CachedTokens clang::LateParsedTemplate::Toks

Definition at line 12837 of file Sema.h.


The documentation for this struct was generated from the following file: