Home
last modified time | relevance | path

Searched refs:Ctx (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_func.cpp69 clang::ASTContext &Ctx = Context->getASTContext(); in Create() local
75 clang::RecordDecl::Create(Ctx, clang::TTK_Struct, in Create()
76 Ctx.getTranslationUnitDecl(), in Create()
79 &Ctx.Idents.get(Id)); in Create()
92 clang::FieldDecl::Create(Ctx, in Create()
107 clang::QualType T = Ctx.getTagDeclType(RD); in Create()
Dslang_backend.h96 virtual void HandleTranslationUnitPre(clang::ASTContext &Ctx) { return; } in HandleTranslationUnitPre() argument
113 virtual void Initialize(clang::ASTContext &Ctx);
123 virtual void HandleTranslationUnit(clang::ASTContext &Ctx);
Dslang_rs_export_foreach.cpp233 clang::ASTContext &Ctx = Context->getASTContext(); in Create() local
253 clang::RecordDecl::Create(Ctx, clang::TTK_Struct, in Create()
254 Ctx.getTranslationUnitDecl(), in Create()
257 &Ctx.Idents.get(Id)); in Create()
260 clang::FieldDecl::Create(Ctx, in Create()
274 clang::QualType T = Ctx.getTagDeclType(RD); in Create()
Dslang_backend.cpp229 void Backend::Initialize(clang::ASTContext &Ctx) { in Initialize() argument
230 mGen->Initialize(Ctx); in Initialize()
258 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) { in HandleTranslationUnit() argument
259 HandleTranslationUnitPre(Ctx); in HandleTranslationUnit()
261 mGen->HandleTranslationUnit(Ctx); in HandleTranslationUnit()
Dslang_rs_context.cpp46 clang::ASTContext &Ctx, in RSContext() argument
52 mCtx(Ctx), in RSContext()
61 mMangleCtx(Ctx.createMangleContext()) { in RSContext()
Dslang_rs_context.h101 clang::ASTContext &Ctx,
/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp498 llvm::MCContext *Ctx = NULL; in runMCCodeGen() local
499 if (TM->addPassesToEmitMC(MCCodeGenPasses, Ctx, OutSVOS, false)) { in runMCCodeGen()