Home
last modified time | relevance | path

Searched refs:mASTCtxt (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp37 : mCtxt(ctxt), mASTCtxt(ctxt->getASTContext()) {} in RSForEachLowering()
144 clang::DeclContext* DC = mASTCtxt.getTranslationUnitDecl(); in CreateForEachInternalFunctionDecl()
148 clang::IdentifierInfo& II = mASTCtxt.Idents.get(SR); in CreateForEachInternalFunctionDecl()
154 clang::QualType AllocPtrTy = mASTCtxt.getPointerType(AllocTy); in CreateForEachInternalFunctionDecl()
157 const clang::QualType ScriptCallPtrTy = mASTCtxt.getPointerType(ScriptCallTy); in CreateForEachInternalFunctionDecl()
160 mASTCtxt.IntTy, // int slot in CreateForEachInternalFunctionDecl()
162 mASTCtxt.IntTy, // int numOutput in CreateForEachInternalFunctionDecl()
163 mASTCtxt.IntTy, // int numInputs in CreateForEachInternalFunctionDecl()
167 clang::QualType T = mASTCtxt.getFunctionType( in CreateForEachInternalFunctionDecl()
168 mASTCtxt.VoidTy, // Return type in CreateForEachInternalFunctionDecl()
[all …]
Dslang_rs_foreach_lowering.h49 clang::ASTContext& mASTCtxt; variable