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

/frameworks/compile/slang/
H A Dslang_rs_export_var.cpp45 Initializer->EvaluateAsRValue(mInit, Context->getASTContext());
49 if (Initializer->isNullPointerConstant(Context->getASTContext(),
53 if (!Initializer->EvaluateAsRValue(mInit, Context->getASTContext())) {
75 Context->getASTContext())) {
102 if (QT == Context->getASTContext().BoolTy) {
H A Dslang_rs_special_func.cpp44 const clang::QualType &IntType = FD->getASTContext().IntTy;
59 const clang::ASTContext &C = FD->getASTContext();
60 const clang::QualType &IntType = FD->getASTContext().IntTy;
H A Dslang_rs_check_ast.h52 C(Con->getASTContext()),
H A Dslang_rs_export_func.cpp38 const clang::ASTContext &C = FD->getASTContext();
67 clang::ASTContext &Ctx = Context->getASTContext();
H A Dslang_rs_export_foreach.cpp95 clang::ASTContext &C = Context->getASTContext();
168 clang::ASTContext &C = Context->getASTContext();
323 clang::ASTContext &Ctx = Context->getASTContext();
334 const clang::ASTContext &C = Context->getASTContext();
H A Dslang_rs_export_reduce.cpp166 clang::TranslationUnitDecl *TUDecl = getRSContext()->getASTContext().getTranslationUnitDecl();
331 !S.FnAccumulator->getASTContext().hasSameUnqualifiedType(
466 !S.FnCombiner->getASTContext().hasSameUnqualifiedType(
509 if (!S.FnAccumulator->getASTContext().hasSameUnqualifiedType(
586 if (!S.FnOutConverter->getASTContext().hasSameUnqualifiedType(
651 !S.FnHalter->getASTContext().hasSameUnqualifiedType(
756 RSC, PP, RSC.getASTContext(),
H A Dslang_rs_special_kernel_param.cpp105 clang::ASTContext &C = Context->getASTContext();
H A Dslang.h197 clang::ASTContext &getASTContext() { return *mASTContext; } function in class:slang::Slang
H A Dslang.cpp238 B->Initialize(getASTContext());
579 getASTContext(),
H A Dslang_rs_context.h145 inline clang::ASTContext &getASTContext() const { return mCtx; } function in class:slang::RSContext
H A Dslang_rs_foreach_lowering.cpp37 : mCtxt(ctxt), mASTCtxt(ctxt->getASTContext()) {}
H A Dslang_rs_export_type.cpp413 return Context->getASTContext().IntTy.getTypePtr();
726 return ValidateType(Context, VD->getASTContext(), VD->getType(), VD,
1259 Context->getASTContext().IntTy.getTypePtr());
1493 &Context->getASTContext().getASTRecordLayout(RD);
H A Dslang_rs_object_ref_count.cpp1049 DataTypeRSAllocation)->getASTContext();
1080 DataTypeRSAllocation)->getASTContext();
1239 clang::ASTContext &C = VD->getASTContext();
1310 CreateEmptyInitListExpr(VD->getASTContext(), VD->getLocation());
H A Dslang_rs_pragma_handler.cpp236 clang::ASTContext &ASTC = mContext->getASTContext();
H A Dslang_backend.cpp226 mRefCount(mContext->getASTContext()),

Completed in 90 milliseconds