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"
43 unsigned ASTContext::NumImplicitDefaultConstructors;
44 unsigned ASTContext::NumImplicitDefaultConstructorsDeclared;
45 unsigned ASTContext::NumImplicitCopyConstructors;
46 unsigned ASTContext::NumImplicitCopyConstructorsDeclared;
47 unsigned ASTContext::NumImplicitMoveConstructors;
48 unsigned ASTContext::NumImplicitMoveConstructorsDeclared;
49 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.
78 class ASTContext : public RefCountedBase<ASTContext> {
79 ASTContext &this_() { return *this; }
98 mutable llvm::ContextualFoldingSet<FunctionProtoType, ASTContext&>
107 mutable llvm::ContextualFoldingSet<TemplateSpecializationType, ASTContext&>
113 ASTContext&>
127 ASTContext&>
377 /// this ASTContext object
    [all...]

Completed in 482 milliseconds