reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/Decl.h
  249 class NamedDecl : public Decl {
  645 class ValueDecl : public NamedDecl {
  828 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
 1601 class ParmVarDecl : public VarDecl {
tools/clang/include/clang/AST/DeclCXX.h
 2137 class CXXCtorInitializer final {
 3068 class UsingShadowDecl : public NamedDecl, public Redeclarable<UsingShadowDecl> {
tools/clang/include/clang/AST/Expr.h
 1421 class IntegerLiteral : public Expr, public APIntStorage {
 2021 class UnaryOperator : public Expr {
tools/clang/include/clang/AST/NestedNameSpecifier.h
   48 class NestedNameSpecifier : public llvm::FoldingSetNode {
  236 class NestedNameSpecifierLoc {
tools/clang/include/clang/AST/OpenMPClause.h
   50 class OMPClause {
tools/clang/include/clang/AST/Stmt.h
 1443 class SwitchCase : public Stmt {
 2465 class GotoStmt : public Stmt {
tools/clang/include/clang/AST/TemplateBase.h
   50 class TemplateArgument {
tools/clang/include/clang/AST/TemplateName.h
  187 class TemplateName {
tools/clang/include/clang/AST/Type.h
  643 class QualType {
 1436 class alignas(8) Type : public ExtQualsTypeCommonBase {
tools/clang/include/clang/AST/TypeLoc.h
   56 class TypeLoc {
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h
  454   template <typename T> Matcher<T> unconditionalConvertTo() const;