clang 19.0.0git
Classes | Namespaces | Functions
ParsedTemplate.h File Reference
#include "clang/Basic/OperatorKinds.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/TemplateKinds.h"
#include "clang/Sema/DeclSpec.h"
#include "clang/Sema/Ownership.h"
#include "llvm/ADT/SmallVector.h"
#include <cassert>
#include <cstdlib>
#include <new>

Go to the source code of this file.

Classes

class  clang::ParsedTemplateArgument
 Represents the parsed form of a C++ template argument. More...
 
struct  clang::TemplateIdAnnotation
 Information about a template-id annotation token. More...
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 

Functions

SourceRange clang::getTemplateParamsRange (TemplateParameterList const *const *Params, unsigned NumParams)
 Retrieves the range of the given template parameter lists.