Home
last modified time | relevance | path

Searched refs:getASTContext (Results 1 – 15 of 15) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_var.cpp45 Initializer->EvaluateAsRValue(mInit, Context->getASTContext()); in RSExportVar()
49 if (Initializer->isNullPointerConstant(Context->getASTContext(), in RSExportVar()
53 if (!Initializer->EvaluateAsRValue(mInit, Context->getASTContext())) { in RSExportVar()
75 Context->getASTContext())) { in RSExportVar()
102 if (QT == Context->getASTContext().BoolTy) { in RSExportVar()
Dslang_rs_special_func.cpp44 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc()
59 const clang::ASTContext &C = FD->getASTContext(); in validateSpecialFuncDecl()
60 const clang::QualType &IntType = FD->getASTContext().IntTy; in validateSpecialFuncDecl()
Dslang_rs_export_func.cpp38 const clang::ASTContext &C = FD->getASTContext(); in ValidateFuncDecl()
67 clang::ASTContext &Ctx = Context->getASTContext(); in Create()
Dslang_rs_export_foreach.cpp95 clang::ASTContext &C = Context->getASTContext(); in validateAndConstructOldStyleParams()
168 clang::ASTContext &C = Context->getASTContext(); in validateAndConstructKernelParams()
324 clang::ASTContext &Ctx = Context->getASTContext(); in Create()
340 const clang::ASTContext &C = Context->getASTContext(); in Create()
Dslang_rs_export_reduce.cpp166 clang::TranslationUnitDecl *TUDecl = getRSContext()->getASTContext().getTranslationUnitDecl(); in lookupFunction()
331 !S.FnAccumulator->getASTContext().hasSameUnqualifiedType( in analyzeAccumulator()
466 !S.FnCombiner->getASTContext().hasSameUnqualifiedType( in analyzeCombiner()
509 if (!S.FnAccumulator->getASTContext().hasSameUnqualifiedType( in analyzeCombiner()
586 if (!S.FnOutConverter->getASTContext().hasSameUnqualifiedType( in analyzeOutConverter()
652 !S.FnHalter->getASTContext().hasSameUnqualifiedType( in analyzeHalter()
757 RSC, PP, RSC.getASTContext(), in analyzeTranslationUnit()
Dslang_rs_check_ast.h52 C(Con->getASTContext()), in RSCheckAST()
Dslang_rs_special_kernel_param.cpp105 clang::ASTContext &C = Context->getASTContext(); in processSpecialKernelParameters()
Dslang.h200 clang::ASTContext &getASTContext() { return *mASTContext; } in getASTContext() function
Dslang.cpp234 B->Initialize(getASTContext()); in createBackend()
539 getASTContext(), in initASTContext()
Dslang_rs_export_type.cpp418 return Context->getASTContext().IntTy.getTypePtr(); in TypeExportableHelper()
730 return ValidateType(Context, VD->getASTContext(), VD->getType(), VD, in ValidateVarDecl()
1264 Context->getASTContext().IntTy.getTypePtr()); in Create()
1502 &Context->getASTContext().getASTRecordLayout(RD); in Create()
Dslang_rs_foreach_lowering.cpp37 : mCtxt(ctxt), mASTCtxt(ctxt->getASTContext()) {} in RSForEachLowering()
Dslang_rs_object_ref_count.cpp1054 DataTypeRSAllocation)->getASTContext(); in ReplaceRSObjectAssignment()
1085 DataTypeRSAllocation)->getASTContext(); in AppendRSObjectInit()
1262 clang::ASTContext &C = VD->getASTContext(); in ClearRSObject()
1335 CreateEmptyInitListExpr(VD->getASTContext(), VD->getLocation()); in InitializeRSObject()
Dslang_rs_context.h150 inline clang::ASTContext &getASTContext() const { return mCtx; } in getASTContext() function
Dslang_backend.cpp263 mRefCount(mContext->getASTContext()), in Backend()
413 clang::ASTContext& ASTC = mContext->getASTContext(); in PadStruct()
Dslang_rs_pragma_handler.cpp236 clang::ASTContext &ASTC = mContext->getASTContext(); in MarkUsed()