clang  3.7.0
Public Attributes | List of all members
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:
[legend]

Public Attributes

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

Detailed Description

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

Definition at line 9049 of file Sema.h.

Member Data Documentation

Decl* clang::LateParsedTemplate::D

The template function declaration to be late parsed.

Definition at line 9052 of file Sema.h.

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

CachedTokens clang::LateParsedTemplate::Toks

Definition at line 9050 of file Sema.h.

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


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