|
clang 22.0.0git
|
#include "clang/AST/ASTContext.h"#include "clang/AST/DeclTemplate.h"#include "clang/AST/ExprCXX.h"#include "clang/Basic/DiagnosticParse.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"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 1224 of file ParseTemplate.cpp.
References Tok.