struct LateParsedTemplate

Declaration

struct LateParsedTemplate { /* full declaration omitted */ };

Description

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

Declared at: clang/include/clang/Sema/Sema.h:13589

Member Variables

public clang::CachedTokens Toks
public clang::Decl* D
The template function declaration to be late parsed.