clang 20.0.0git
|
Contains a late templated function. More...
#include "clang/Sema/Sema.h"
Public Attributes | |
CachedTokens | Toks |
Decl * | D |
The template function declaration to be late parsed. | |
FPOptions | FPO |
Floating-point options in the point of definition. | |
Contains a late templated function.
Will be parsed at the end of the translation unit, used by Sema & Parser.
Decl* clang::LateParsedTemplate::D |
FPOptions clang::LateParsedTemplate::FPO |
CachedTokens clang::LateParsedTemplate::Toks |