|
clang
5.0.0
|
#include "clang/AST/TemplateName.h"#include "clang/AST/Type.h"#include "llvm/ADT/APSInt.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/TrailingObjects.h"Go to the source code of this file.
Classes | |
| class | clang::TemplateArgument |
| Represents a template argument. More... | |
| struct | clang::TemplateArgumentLocInfo |
| Location information for a TemplateArgument. More... | |
| class | clang::TemplateArgumentLoc |
| Location wrapper for a TemplateArgument. More... | |
| class | clang::TemplateArgumentListInfo |
| A convenient class for passing around template argument information. More... | |
| struct | clang::ASTTemplateArgumentListInfo |
| Represents an explicit template argument list in C++, e.g., the "<int>" in "sort<int>". More... | |
| struct | clang::ASTTemplateKWAndArgsInfo |
| Represents an explicit template argument list in C++, e.g., the "<int>" in "sort<int>". More... | |
Namespaces | |
| llvm | |
| DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators. | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
Functions | |
| const DiagnosticBuilder & | clang::operator<< (const DiagnosticBuilder &DB, const TemplateArgument &Arg) |
1.8.6