clang API Documentation

Public Attributes
clang::LateParsedTemplate Struct Reference

Contains a late templated function. Will be parsed at the end of the translation unit, used by Sema & Parser. More...

#include <Sema.h>

Collaboration diagram for clang::LateParsedTemplate:
Collaboration graph
[legend]

List of all members.

Public Attributes

CachedTokens Toks
DeclD
 The template function declaration to be late parsed.

Detailed Description

Contains a late templated function. Will be parsed at the end of the translation unit, used by Sema & Parser.

Definition at line 8734 of file Sema.h.


Member Data Documentation

The template function declaration to be late parsed.

Definition at line 8737 of file Sema.h.

Referenced by clang::Sema::MarkAsLateParsedTemplate(), and clang::ASTReader::ReadLateParsedTemplates().

Definition at line 8735 of file Sema.h.

Referenced by clang::Sema::MarkAsLateParsedTemplate().


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