Home
last modified time | relevance | path

Searched defs:Ctx (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/slang/
Dslang_backend.cpp220 void Backend::Initialize(clang::ASTContext &Ctx) { in Initialize()
233 void Backend::HandleTranslationUnit(clang::ASTContext &Ctx) { in HandleTranslationUnit()
Dslang_backend.h94 virtual void HandleTranslationUnitPre(clang::ASTContext &Ctx) { return; } in HandleTranslationUnitPre()
Dslang_rs_export_func.cpp69 clang::ASTContext &Ctx = Context->getASTContext(); in Create() local
Dslang_rs_export_foreach.cpp221 clang::ASTContext &Ctx = Context->getASTContext(); in Create() local
Dslang_rs_context.cpp49 clang::ASTContext &Ctx, in RSContext()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp662 llvm::MCContext *Ctx; in runMCCodeGen() local