clang 19.0.0git
Functions
ParseTemplate.cpp File Reference
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/ExprCXX.h"
#include "clang/Parse/ParseDiagnostic.h"
#include "clang/Parse/Parser.h"
#include "clang/Parse/RAIIObjectsForParser.h"
#include "clang/Sema/DeclSpec.h"
#include "clang/Sema/EnterExpressionEvaluationContext.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Sema/Scope.h"
#include "clang/Sema/SemaDiagnostic.h"
#include "llvm/Support/TimeProfiler.h"

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

◆ isEndOfTemplateArgument()

static bool isEndOfTemplateArgument ( Token  Tok)
static

Determine whether the given token can end a template argument.

Definition at line 1372 of file ParseTemplate.cpp.

References clang::Token::isOneOf().