HomeSort by: relevance | last modified time | path
    Searched defs:ASTContext (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.h 92 auto &ASTContext = Ctx.getASTContext();
93 return ASTContext.getIntWidth(Ty);
98 auto &ASTContext = Ctx.getASTContext();
99 return ASTContext.getTargetInfo().getCharWidth();
  /src/external/apache2/llvm/dist/clang/lib/AST/
Mangle.cpp 13 #include "clang/AST/ASTContext.h"
66 static CCMangling getCallingConvMangling(const ASTContext &Context,
108 const ASTContext &ASTContext = getASTContext();
110 CCMangling CC = getCallingConvMangling(ASTContext, D);
142 const ASTContext &ASTContext = getASTContext();
181 CCMangling CC = getCallingConvMangling(ASTContext, D);
231 llvm::alignTo(ASTContext.getTypeSize(AT), TI.getPointerWidth(0)) /
393 explicit Implementation(ASTContext &Ctx
    [all...]
ASTContext.cpp 1 //===- ASTContext.cpp - Context to hold long-lived AST nodes --------------===//
9 // This file implements the ASTContext interface.
13 #include "clang/AST/ASTContext.h"
200 RawComment *ASTContext::getRawCommentForDeclNoCacheImpl(
278 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const {
302 void ASTContext::addComment(const RawComment &RC) {
378 const RawComment *ASTContext::getRawCommentForAnyRedecl(
449 void ASTContext::cacheRawCommentForDecl(const Decl &OriginalD,
475 void ASTContext::attachCommentsToJustParsedDecls(ArrayRef<Decl *> Decls,
531 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1 //===- ASTContext.h - Context to hold long-lived AST nodes ------*- C++ -*-===//
10 /// Defines the clang::ASTContext interface.
188 class ASTContext : public RefCountedBase<ASTContext> {
200 mutable llvm::ContextualFoldingSet<ConstantArrayType, ASTContext &>
214 mutable llvm::ContextualFoldingSet<FunctionProtoType, ASTContext&>
224 mutable llvm::ContextualFoldingSet<TemplateSpecializationType, ASTContext&>
230 ASTContext&>
237 mutable llvm::ContextualFoldingSet<AutoType, ASTContext&> AutoTypes;
251 ASTContext&
    [all...]

Completed in 20 milliseconds