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"
64 static StdOrFastCC getStdOrFastCallMangling(const ASTContext &Context,
94 const ASTContext &ASTContext = getASTContext();
96 StdOrFastCC CC = getStdOrFastCallMangling(ASTContext, D);
133 const ASTContext &ASTContext = getASTContext();
134 StdOrFastCC CC = getStdOrFastCallMangling(ASTContext, D);
168 ArgWords += llvm::RoundUpToAlignment(ASTContext.getTypeSize(AT), 32) / 32;
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.
79 class ASTContext : public RefCountedBase<ASTContext> {
80 ASTContext &this_() { return *this; }
99 mutable llvm::ContextualFoldingSet<FunctionProtoType, ASTContext&>
108 mutable llvm::ContextualFoldingSet<TemplateSpecializationType, ASTContext&>
114 ASTContext&>
128 ASTContext&>
384 /// this ASTContext object
    [all...]

Completed in 88 milliseconds