HomeSort by relevance Sort by last modified time
    Searched defs:ASTContext (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ASTContext.cpp 1 //===--- ASTContext.cpp - Context to hold long-lived AST nodes ------------===//
10 // This file implements the ASTContext interface.
14 #include "clang/AST/ASTContext.h"
40 unsigned ASTContext::NumImplicitDefaultConstructors;
41 unsigned ASTContext::NumImplicitDefaultConstructorsDeclared;
42 unsigned ASTContext::NumImplicitCopyConstructors;
43 unsigned ASTContext::NumImplicitCopyConstructorsDeclared;
44 unsigned ASTContext::NumImplicitMoveConstructors;
45 unsigned ASTContext::NumImplicitMoveConstructorsDeclared;
46 unsigned ASTContext::NumImplicitCopyAssignmentOperators
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 1 //===--- ASTContext.h - Context to hold long-lived AST nodes ----*- C++ -*-===//
11 /// \brief Defines the clang::ASTContext interface.
91 class ASTContext : public RefCountedBase<ASTContext> {
92 ASTContext &this_() { return *this; }
110 mutable llvm::ContextualFoldingSet<FunctionProtoType, ASTContext&>
119 mutable llvm::ContextualFoldingSet<TemplateSpecializationType, ASTContext&>
125 ASTContext&>
139 ASTContext&>
361 /// this ASTContext object
    [all...]

Completed in 393 milliseconds