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

Definitions

tools/clang/include/clang/AST/ASTContext.h
  664   template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) {
tools/clang/include/clang/AST/ASTTypeTraits.h
  230 class DynTypedNode {
tools/clang/include/clang/AST/Decl.h
  249 class NamedDecl : public Decl {
 2862 class EnumConstantDecl : public ValueDecl, public Mergeable<EnumConstantDecl> {
tools/clang/include/clang/AST/DeclBase.h
   88 class alignas(8) Decl {
tools/clang/include/clang/AST/Expr.h
  108 class Expr : public ValueStmt {
 1146 class DeclRefExpr final
 1686 class StringLiteral final
tools/clang/include/clang/AST/NestedNameSpecifier.h
  236 class NestedNameSpecifierLoc {
tools/clang/include/clang/AST/Stmt.h
   66 class alignas(void *) Stmt {
 1822 class IfStmt final
tools/clang/include/clang/AST/TypeLoc.h
   56 class TypeLoc {