HomeSort by relevance Sort by last modified time
    Searched full:astcontext (Results 201 - 225 of 441) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/lib/ARCMigrate/
TransformActions.cpp 11 #include "clang/AST/ASTContext.h"
31 ASTContext &Ctx;
123 ASTContext &ctx, Preprocessor &PP)
126 ASTContext &getASTContext() { return Ctx; }
601 ASTContext &ctx, Preprocessor &PP)
TransAutoreleasePool.cpp 32 #include "clang/AST/ASTContext.h"
249 ASTContext &Ctx;
254 NameReferenceChecker(ASTContext &ctx, PoolScope &scope,
TransGCAttrs.cpp 12 #include "clang/AST/ASTContext.h"
92 ASTContext &Ctx = MigrateCtx.Pass.Ctx;
TransBlockObjCVariable.cpp 30 #include "clang/AST/ASTContext.h"
  /external/v8/src/compiler/
ast-graph-builder.h 68 class AstContext;
87 AstContext* ast_context_;
140 AstContext* ast_context() const { return ast_context_; }
160 void set_ast_context(AstContext* ctx) { ast_context_ = ctx; }
406 // - Expressions pop operands and push result, depending on {AstContext}.
  /external/clang/include/clang/AST/
APValue.h 25 class ASTContext;
197 void printPretty(raw_ostream &OS, ASTContext &Ctx, QualType Ty) const;
198 std::string getAsString(ASTContext &Ctx, QualType Ty) const;
VTableBuilder.h 360 ItaniumVTableContext(ASTContext &Context);
501 ASTContext &Context;
532 MicrosoftVTableContext(ASTContext &Context)
StmtObjC.h 185 static ObjCAtTryStmt *Create(const ASTContext &Context,
189 static ObjCAtTryStmt *CreateEmpty(const ASTContext &Context,
ExternalASTSource.h 311 uint32_t incrementGeneration(ASTContext &C);
403 // Defined in ASTContext.h
404 static ValueType makeValue(const ASTContext &Ctx, T Value);
407 explicit LazyGenerationalUpdatePtr(const ASTContext &Ctx, T Value = T())
  /external/clang/lib/CodeGen/
CodeGenTypes.h 34 class ASTContext;
123 ASTContext &Context;
176 ASTContext &getContext() const { return Context; }
CGLoopInfo.cpp 11 #include "clang/AST/ASTContext.h"
129 void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx,
CGObjCRuntime.h 124 /// The result should have the LLVM type for ASTContext::getObjCSelType().
131 /// ASTContext::getObjCSelType().
CodeGenTBAA.cpp 19 #include "clang/AST/ASTContext.h"
32 CodeGenTBAA::CodeGenTBAA(ASTContext &Ctx, llvm::LLVMContext& VMContext,
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 16 #include "clang/AST/ASTContext.h"
125 ASTContext &Ctx;
138 DeadStoreObs(const CFG &cfg, ASTContext &ctx, BugReporter &br,
PointerArithChecker.cpp 58 void initAllocIdentifiers(ASTContext &C) const;
210 void PointerArithChecker::initAllocIdentifiers(ASTContext &C) const {
StackAddrEscapeChecker.cpp 41 ASTContext &Ctx);
46 ASTContext &Ctx) {
  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 10 #include "clang/AST/ASTContext.h"
36 clang::ASTContext* ast_context,
142 clang::ASTContext* const ast_context_;
  /bionic/tools/versioner/src/
DeclarationDatabase.cpp 45 Visitor(HeaderDatabase& database, CompilationType type, ASTContext& ctx)
284 void HeaderDatabase::parseAST(CompilationType type, ASTContext& ctx) {
  /external/clang/tools/libclang/
CXCursor.h 24 class ASTContext;
247 ASTContext &getCursorContext(CXCursor Cursor);
  /external/clang/unittests/AST/
ASTImporterTest.cpp 14 #include "clang/AST/ASTContext.h"
65 ASTContext &FromCtx = FromAST->getASTContext(),
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 12 #include "clang/AST/ASTContext.h"
213 ASTContext Context(OpenCLLangOpts, SourceMgr,
  /frameworks/compile/slang/
slang_backend.cpp 23 #include "clang/AST/ASTContext.h"
272 void Backend::Initialize(clang::ASTContext &Ctx) {
278 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) {
413 clang::ASTContext& ASTC = mContext->getASTContext();
415 // ASTContext caches record layout. We may transform the record in a way
429 // NOTE: ASTContext also caches TypeInfo (see
430 // ASTContext::getTypeInfo()). ASSUME that inserting padding
692 void Backend::HandleTranslationUnitPre(clang::ASTContext &C) {
    [all...]
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 45 void HandleTranslationUnit(ASTContext& context) override {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 33 class ASTContext;
380 virtual ASTContext &getASTContext() = 0;
446 ASTContext &getContext() { return D.getASTContext(); }
546 ASTContext &getASTContext() {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 32 class ASTContext;
400 ASTContext &Ctx;
403 SymbolManager(ASTContext &ctx, BasicValueFactory &bv,
470 ASTContext &getContext() { return Ctx; }

Completed in 498 milliseconds

1 2 3 4 5 6 7 891011>>