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

Contains a late templated function. 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 9643 of file Sema.h.

Member Data Documentation

Decl* clang::LateParsedTemplate::D

The template function declaration to be late parsed.

Definition at line 9646 of file Sema.h.

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

CachedTokens clang::LateParsedTemplate::Toks

Definition at line 9644 of file Sema.h.

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


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