clang API Documentation

Functions
ParseTemplate.cpp File Reference
#include "clang/Parse/Parser.h"
#include "RAIIObjectsForParser.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/Parse/ParseDiagnostic.h"
#include "clang/Sema/DeclSpec.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Sema/Scope.h"
Include dependency graph for ParseTemplate.cpp:

Go to the source code of this file.

Functions

static bool isEndOfTemplateArgument (Token Tok)
 Determine whether the given token can end a template argument.

Function Documentation

static bool isEndOfTemplateArgument ( Token  Tok) [static]

Determine whether the given token can end a template argument.

Definition at line 1046 of file ParseTemplate.cpp.

References clang::Token::is().