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 {
  828 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
 2650 class FieldDecl : public DeclaratorDecl, public Mergeable<FieldDecl> {
 3669 class RecordDecl : public TagDecl {
tools/clang/include/clang/AST/DeclBase.h
   88 class alignas(8) Decl {
tools/clang/include/clang/AST/DeclCXX.h
  255 class CXXRecordDecl : public RecordDecl {
tools/clang/include/clang/AST/Expr.h
  108 class Expr : public ValueStmt {
 2521 class CallExpr : public Expr {
 4102 class ChooseExpr : public Expr {
tools/clang/include/clang/AST/Stmt.h
   66 class alignas(void *) Stmt {
 1822 class IfStmt final
tools/clang/include/clang/AST/Type.h
 1436 class alignas(8) Type : public ExtQualsTypeCommonBase {
 2585 class PointerType : public Type, public llvm::FoldingSetNode {
tools/clang/include/clang/AST/TypeLoc.h
   56 class TypeLoc {
tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h
  265 template <typename NodeT>