HomeSort by relevance Sort by last modified time
    Searched refs:ASTContext (Results 101 - 125 of 326) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/include/clang/AST/
DeclFriend.h 101 static FriendDecl *Create(ASTContext &C, DeclContext *DC,
106 static FriendDecl *CreateDeserialized(ASTContext &C, unsigned ID,
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...]
ExprObjC.h 25 class ASTContext;
157 static ObjCArrayLiteral *Create(const ASTContext &C,
162 static ObjCArrayLiteral *CreateEmpty(const ASTContext &C,
304 static ObjCDictionaryLiteral *Create(const ASTContext &C,
310 static ObjCDictionaryLiteral *CreateEmpty(const ASTContext &C,
359 /// obtained from ASTContext with the encoding type as an argument.
709 QualType getReceiverType(const ASTContext &ctx) const;
800 static ObjCSubscriptRefExpr *Create(const ASTContext &C,
    [all...]
OpenMPClause.h     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 42 ASTContext &Context) {
47 ASTContext &Context,
MicrosoftCXXABI.cpp 16 #include "clang/AST/ASTContext.h"
68 ASTContext &Context;
79 MicrosoftCXXABI(ASTContext &Ctx) : Context(Ctx) { }
269 CXXABI *clang::CreateMicrosoftCXXABI(ASTContext &Ctx) {
Type.cpp 14 #include "clang/AST/ASTContext.h"
67 bool QualType::isConstant(QualType T, ASTContext &Ctx) {
77 unsigned ConstantArrayType::getNumAddressingBits(ASTContext &Context,
112 unsigned ConstantArrayType::getMaxSizeBits(ASTContext &Context) {
124 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context,
137 const ASTContext &Context,
149 ASTContext &Context,
166 const ASTContext &Context,
212 QualType QualType::getDesugaredType(QualType T, const ASTContext &Context) {
218 const ASTContext &Context)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 69 ASTContext &Ctx = C.getASTContext();
129 ASTContext &Ctx = C.getASTContext();
MallocOverflowSecurityChecker.cpp 51 const Expr *TheArgument, ASTContext &Context) const;
68 ASTContext &Context) const {
133 ASTContext &Context;
253 CheckOverflowOps(theVecType &v, ASTContext &ctx)
MallocSizeofChecker.cpp 55 CastedAllocFinder(ASTContext *Ctx) :
138 static bool typesCompatible(ASTContext &C, QualType A, QualType B) {
163 static bool compatibleWithArrayType(ASTContext &C, QualType PT, QualType T) {
  /frameworks/compile/slang/
slang_rs_export_func.cpp 21 #include "clang/AST/ASTContext.h"
38 const clang::ASTContext &C = FD->getASTContext();
67 clang::ASTContext &Ctx = Context->getASTContext();
slang_rs_context.h 43 class ASTContext;
80 clang::ASTContext &mCtx;
134 clang::ASTContext &Ctx,
145 inline clang::ASTContext &getASTContext() const { return mCtx; }
slang.h 53 class ASTContext;
123 std::unique_ptr<clang::ASTContext> mASTContext;
197 clang::ASTContext &getASTContext() { return *mASTContext; }
slang_rs_object_ref_count.cpp 43 void RSObjectRefCount::GetRSRefCountingFunctions(clang::ASTContext &C) {
97 clang::Stmt *CreateSingleRSSetObject(clang::ASTContext &C,
104 clang::CompoundStmt* BuildCompoundStmt(clang::ASTContext &C,
127 void AppendAfterStmt(clang::ASTContext &C,
265 clang::Expr *ClearSingleRSObject(clang::ASTContext &C,
342 clang::ASTContext &C,
349 clang::ASTContext &C,
556 clang::ASTContext &C,
678 clang::Stmt *CreateSingleRSSetObject(clang::ASTContext &C,
732 clang::Stmt *CreateStructRSSetObject(clang::ASTContext &C
    [all...]
  /external/clang/include/clang/Sema/
SemaInternal.h 18 #include "clang/AST/ASTContext.h"
44 inline bool IsVariableAConstantExpression(VarDecl *Var, ASTContext &Context) {
213 ASTContext &getContext() const { return SemaRef.Context; }
231 ASTContext &Context;
247 NamespaceSpecifierSet(ASTContext &Context, DeclContext *CurContext,
Initialization.h 16 #include "clang/AST/ASTContext.h"
185 InitializedEntity(ASTContext &Context, unsigned Index,
204 static InitializedEntity InitializeParameter(ASTContext &Context,
211 static InitializedEntity InitializeParameter(ASTContext &Context,
229 static InitializedEntity InitializeParameter(ASTContext &Context,
287 static InitializedEntity InitializeBase(ASTContext &Context,
311 static InitializedEntity InitializeElement(ASTContext &Context,
    [all...]
  /external/clang/unittests/AST/
ASTVectorTest.cpp 15 #include "clang/AST/ASTContext.h"
43 ASTContext Ctxt;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 19 #include "clang/AST/ASTContext.h"
66 ASTContext &Ctx;
82 BasicValueFactory(ASTContext &ctx, llvm::BumpPtrAllocator &Alloc)
88 ASTContext &getContext() const { return Ctx; }
MemRegion.h 19 #include "clang/AST/ASTContext.h"
131 ASTContext &getContext() const;
485 QualType getDesugaredLocationType(ASTContext &Context) const {
510 ASTContext &ctx = getContext();
516 QualType getDesugaredValueType(ASTContext &Context) const {
554 const ASTContext &Ctx = getContext();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.h 35 class ASTContext;
123 ASTContext &Context;
172 ASTContext &getContext() const { return Context; }
ModuleBuilder.cpp 17 #include "clang/AST/ASTContext.h"
33 ASTContext *Ctx;
97 void Initialize(ASTContext &Context) override {
199 void HandleTranslationUnit(ASTContext &Ctx) override {
  /external/clang/include/clang/Frontend/
CompilerInstance.h 37 class ASTContext;
97 IntrusiveRefCntPtr<ASTContext> Context;
447 /// @name ASTContext
452 ASTContext &getASTContext() const {
463 void setASTContext(ASTContext *Value);
656 bool AllowPCHWithCompilerErrors, Preprocessor &PP, ASTContext &Context,
  /external/clang/lib/Frontend/
ASTConsumers.cpp 17 #include "clang/AST/ASTContext.h"
43 void HandleTranslationUnit(ASTContext &Context) override {
108 void HandleTranslationUnit(ASTContext &Context) override {
147 ASTContext *Context;
149 void Initialize(ASTContext &Context) override {
189 void HandleTranslationUnit(ASTContext &C) override {
  /external/clang/include/clang/Serialization/
ASTWriter.h 44 class ASTContext;
110 /// \brief The ASTContext we're writing.
111 ASTContext *Context;
510 uint64_t WriteControlBlock(Preprocessor &PP, ASTContext &Context,
536 uint64_t WriteDeclContextLexicalBlock(ASTContext &Context, DeclContext *DC);
537 uint64_t WriteDeclContextVisibleBlock(ASTContext &Context, DeclContext *DC);
575 void WriteDecl(ASTContext &Context, Decl *D);
    [all...]
  /external/clang/tools/libclang/
CIndexHigh.cpp 64 ASTContext &getASTContext() const {
188 ASTContext &Ctx = data->getASTContext();
258 ASTContext &getASTContext() const {
283 ASTContext &Ctx = data->getASTContext();
350 ASTContext &getASTContext() const {
361 ASTContext &Ctx = getASTContext();

Completed in 469 milliseconds

1 2 3 45 6 7 8 91011>>