clang 20.0.0git
|
#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. | |
Determine whether the given token can end a template argument.
Definition at line 1391 of file ParseTemplate.cpp.
References clang::Token::isOneOf().