clang 20.0.0git
|
#include "clang/AST/DeclTemplate.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/Scope.h"
Go to the source code of this file.
Classes | |
struct | clang::Parser::ReenterTemplateScopeRAII |
Utility to re-enter a possibly-templated scope while parsing its late-parsed components. More... | |
struct | clang::Parser::ReenterClassScopeRAII |
Utility to re-enter a class scope while parsing its late-parsed components. More... | |