clang 20.0.0git
|
#include "CoroutineStmtBuilder.h"
#include "TypeLocBuilder.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/ExprConcepts.h"
#include "clang/AST/ExprObjC.h"
#include "clang/AST/ExprOpenMP.h"
#include "clang/AST/OpenMPClause.h"
#include "clang/AST/Stmt.h"
#include "clang/AST/StmtCXX.h"
#include "clang/AST/StmtObjC.h"
#include "clang/AST/StmtOpenACC.h"
#include "clang/AST/StmtOpenMP.h"
#include "clang/Basic/DiagnosticParse.h"
#include "clang/Basic/OpenMPKinds.h"
#include "clang/Sema/Designator.h"
#include "clang/Sema/EnterExpressionEvaluationContext.h"
#include "clang/Sema/Lookup.h"
#include "clang/Sema/Ownership.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Sema/ScopeInfo.h"
#include "clang/Sema/SemaDiagnostic.h"
#include "clang/Sema/SemaInternal.h"
#include "clang/Sema/SemaObjC.h"
#include "clang/Sema/SemaOpenACC.h"
#include "clang/Sema/SemaOpenMP.h"
#include "clang/Sema/SemaPseudoObject.h"
#include "clang/Sema/SemaSYCL.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/Support/ErrorHandling.h"
#include <algorithm>
#include <optional>
#include "clang/Basic/AttrList.inc"
#include "clang/AST/TypeLocNodes.def"
#include "clang/AST/StmtNodes.inc"
#include "llvm/Frontend/OpenMP/OMP.inc"
#include "clang/Basic/OpenACCClauses.def"
#include "clang/Basic/OperatorKinds.def"
Go to the source code of this file.
Classes | |
class | clang::TreeTransform< Derived > |
A semantic tree transformation that allows one to transform one abstract syntax tree into another. More... | |
class | clang::TreeTransform< Derived >::TemporaryBase |
RAII object that temporarily sets the base location and entity used for reporting diagnostics in types. More... | |
class | clang::TemplateArgumentLocInventIterator< Derived, InputIterator > |
Iterator adaptor that invents template argument location information for each of the template arguments in its underlying iterator. More... | |
class | clang::TemplateArgumentLocInventIterator< Derived, InputIterator >::pointer |
class | clang::TemplateArgumentLocContainerIterator< ArgLocContainer > |
Simple iterator that traverses the template arguments in a container that provides a getArgLoc() member function. More... | |
class | clang::TemplateArgumentLocContainerIterator< ArgLocContainer >::pointer |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
Macros | |
#define | ATTR(X) const X##Attr *Transform##X##Attr(const X##Attr *R) { return R; } |
#define | ATTR(X) |
#define | ABSTRACT_TYPELOC(CLASS, PARENT) |
#define | TYPELOC(CLASS, PARENT) QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T); |
#define | STMT(Node, Parent) |
#define | VALUESTMT(Node, Parent) |
#define | EXPR(Node, Parent) |
#define | ABSTRACT_STMT(Stmt) |
#define | GEN_CLANG_CLAUSE_CLASS |
#define | CLAUSE_CLASS(Enum, Str, Class) |
#define | STMT(Node, Parent) case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(S)); |
#define | VALUESTMT(Node, Parent) |
#define | ABSTRACT_STMT(Node) |
#define | EXPR(Node, Parent) |
#define | STMT(Node, Parent) |
#define | ABSTRACT_STMT(Stmt) |
#define | EXPR(Node, Parent) case Stmt::Node##Class: |
#define | GEN_CLANG_CLAUSE_CLASS |
#define | CLAUSE_CLASS(Enum, Str, Class) |
#define | STMT(Node, Parent) case Stmt::Node##Class: break; |
#define | ABSTRACT_STMT(Stmt) |
#define | EXPR(Node, Parent) case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(E)); |
#define | ABSTRACT_TYPELOC(CLASS, PARENT) |
#define | TYPELOC(CLASS, PARENT) |
#define | ATTR(X) |
#define | ATTR(X) |
#define | VISIT_CLAUSE(CLAUSE_NAME) void Visit##CLAUSE_NAME##Clause(const OpenACC##CLAUSE_NAME##Clause &Clause); |
#define | OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) |
#define | OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly) |
Functions | |
template<class TyLoc > | |
static QualType | clang::TransformTypeSpecType (TypeLocBuilder &TLB, TyLoc T) |
template<typename Derived , class T > | |
bool | clang::transformOMPMappableExprListClause (TreeTransform< Derived > &TT, OMPMappableExprListClause< T > *C, llvm::SmallVectorImpl< Expr * > &Vars, CXXScopeSpec &MapperIdScopeSpec, DeclarationNameInfo &MapperIdInfo, llvm::SmallVectorImpl< Expr * > &UnresolvedMappers) |
#define ABSTRACT_STMT | ( | Node | ) |
Definition at line 819 of file TreeTransform.h.
#define ABSTRACT_STMT | ( | Stmt | ) |
Definition at line 819 of file TreeTransform.h.
#define ABSTRACT_STMT | ( | Stmt | ) |
Definition at line 819 of file TreeTransform.h.
#define ABSTRACT_STMT | ( | Stmt | ) |
Definition at line 819 of file TreeTransform.h.
#define ABSTRACT_TYPELOC | ( | CLASS, | |
PARENT | |||
) |
Definition at line 663 of file TreeTransform.h.
#define ABSTRACT_TYPELOC | ( | CLASS, | |
PARENT | |||
) |
Definition at line 663 of file TreeTransform.h.
Definition at line 417 of file TreeTransform.h.
#define ATTR | ( | X | ) |
Definition at line 417 of file TreeTransform.h.
#define ATTR | ( | X | ) |
Definition at line 417 of file TreeTransform.h.
#define ATTR | ( | X | ) |
Definition at line 417 of file TreeTransform.h.
#define CLAUSE_CLASS | ( | Enum, | |
Str, | |||
Class | |||
) |
Definition at line 823 of file TreeTransform.h.
#define CLAUSE_CLASS | ( | Enum, | |
Str, | |||
Class | |||
) |
Definition at line 823 of file TreeTransform.h.
Definition at line 816 of file TreeTransform.h.
Definition at line 816 of file TreeTransform.h.
#define EXPR | ( | Node, | |
Parent | |||
) | case Stmt::Node##Class: |
Definition at line 816 of file TreeTransform.h.
#define EXPR | ( | Node, | |
Parent | |||
) | case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(E)); |
Definition at line 816 of file TreeTransform.h.
#define GEN_CLANG_CLAUSE_CLASS |
Definition at line 822 of file TreeTransform.h.
#define GEN_CLANG_CLAUSE_CLASS |
Definition at line 822 of file TreeTransform.h.
#define OVERLOADED_OPERATOR | ( | Name, | |
Spelling, | |||
Token, | |||
Unary, | |||
Binary, | |||
MemberOnly | |||
) |
#define OVERLOADED_OPERATOR_MULTI | ( | Name, | |
Spelling, | |||
Unary, | |||
Binary, | |||
MemberOnly | |||
) |
Definition at line 810 of file TreeTransform.h.
#define STMT | ( | Node, | |
Parent | |||
) | case Stmt::Node##Class: return getDerived().Transform##Node(cast<Node>(S)); |
Definition at line 810 of file TreeTransform.h.
Definition at line 810 of file TreeTransform.h.
#define STMT | ( | Node, | |
Parent | |||
) | case Stmt::Node##Class: break; |
Definition at line 810 of file TreeTransform.h.
#define TYPELOC | ( | CLASS, | |
PARENT | |||
) | QualType Transform##CLASS##Type(TypeLocBuilder &TLB, CLASS##TypeLoc T); |
Definition at line 664 of file TreeTransform.h.
#define TYPELOC | ( | CLASS, | |
PARENT | |||
) |
Definition at line 664 of file TreeTransform.h.
Definition at line 813 of file TreeTransform.h.
Definition at line 813 of file TreeTransform.h.
#define VISIT_CLAUSE | ( | CLAUSE_NAME | ) | void Visit##CLAUSE_NAME##Clause(const OpenACC##CLAUSE_NAME##Clause &Clause); |
Definition at line 11390 of file TreeTransform.h.