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

  /external/clang/lib/AST/
Mangle.cpp 14 #include "clang/AST/ASTContext.h"
65 static CCMangling getCallingConvMangling(const ASTContext &Context,
99 const ASTContext &ASTContext = getASTContext();
101 CCMangling CC = getCallingConvMangling(ASTContext, D);
138 const ASTContext &ASTContext = getASTContext();
139 CCMangling CC = getCallingConvMangling(ASTContext, D);
180 ArgWords += llvm::RoundUpToAlignment(ASTContext.getTypeSize(AT),
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"
46 unsigned ASTContext::NumImplicitDefaultConstructors;
47 unsigned ASTContext::NumImplicitDefaultConstructorsDeclared;
48 unsigned ASTContext::NumImplicitCopyConstructors;
49 unsigned ASTContext::NumImplicitCopyConstructorsDeclared;
50 unsigned ASTContext::NumImplicitMoveConstructors;
51 unsigned ASTContext::NumImplicitMoveConstructorsDeclared;
52 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.
90 class ASTContext : public RefCountedBase<ASTContext> {
91 ASTContext &this_() { return *this; }
110 mutable llvm::ContextualFoldingSet<FunctionProtoType, ASTContext&>
119 mutable llvm::ContextualFoldingSet<TemplateSpecializationType, ASTContext&>
125 ASTContext&>
139 ASTContext&>
412 /// this ASTContext object
    [all...]

Completed in 71 milliseconds