Searched refs:mASTCtxt (Results 1 – 2 of 2) sorted by relevance
37 : 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 …]
49 clang::ASTContext& mASTCtxt; variable