Searched refs:getASTContext (Results 1 – 15 of 15) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_var.cpp | 45 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()
|
D | slang_rs_special_func.cpp | 44 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()
|
D | slang_rs_export_func.cpp | 38 const clang::ASTContext &C = FD->getASTContext(); in ValidateFuncDecl() 67 clang::ASTContext &Ctx = Context->getASTContext(); in Create()
|
D | slang_rs_export_foreach.cpp | 95 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()
|
D | slang_rs_export_reduce.cpp | 166 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()
|
D | slang_rs_check_ast.h | 52 C(Con->getASTContext()), in RSCheckAST()
|
D | slang_rs_special_kernel_param.cpp | 105 clang::ASTContext &C = Context->getASTContext(); in processSpecialKernelParameters()
|
D | slang.h | 200 clang::ASTContext &getASTContext() { return *mASTContext; } in getASTContext() function
|
D | slang.cpp | 234 B->Initialize(getASTContext()); in createBackend() 539 getASTContext(), in initASTContext()
|
D | slang_rs_export_type.cpp | 418 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()
|
D | slang_rs_foreach_lowering.cpp | 37 : mCtxt(ctxt), mASTCtxt(ctxt->getASTContext()) {} in RSForEachLowering()
|
D | slang_rs_object_ref_count.cpp | 1054 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()
|
D | slang_rs_context.h | 150 inline clang::ASTContext &getASTContext() const { return mCtx; } in getASTContext() function
|
D | slang_backend.cpp | 263 mRefCount(mContext->getASTContext()), in Backend() 413 clang::ASTContext& ASTC = mContext->getASTContext(); in PadStruct()
|
D | slang_rs_pragma_handler.cpp | 236 clang::ASTContext &ASTC = mContext->getASTContext(); in MarkUsed()
|