Home
last modified time | relevance | path

Searched refs:getASTContext (Results 1 – 10 of 10) 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_export_foreach.cpp78 clang::ASTContext &C = Context->getASTContext(); in validateAndConstructOldStyleParams()
151 clang::ASTContext &C = Context->getASTContext(); in validateAndConstructKernelParams()
232 clang::ASTContext &C = Context->getASTContext(); in validateIterationParameters()
351 clang::ASTContext &Ctx = Context->getASTContext(); in Create()
362 const clang::ASTContext &C = Context->getASTContext(); in Create()
461 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc()
525 const clang::ASTContext &C = FD->getASTContext(); in validateSpecialFuncDecl()
526 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_check_ast.h52 C(Con->getASTContext()), in RSCheckAST()
Dslang.h152 clang::ASTContext &getASTContext() { return *mASTContext; } in getASTContext() function
Dslang_rs_object_ref_count.cpp1103 DataTypeRSAllocation)->getASTContext(); in ReplaceRSObjectAssignment()
1134 DataTypeRSAllocation)->getASTContext(); in AppendRSObjectInit()
1232 DestructorVisitor DV((*mRSO.begin())->getASTContext(), in InsertLocalVarDestructors()
1246 clang::ASTContext &C = VD->getASTContext(); in ClearRSObject()
1318 VD->getASTContext(), in InitializeRSObject()
Dslang_rs_export_type.cpp380 return Context->getASTContext().IntTy.getTypePtr(); in TypeExportableHelper()
661 return ValidateType(Context, VD->getASTContext(), VD->getType(), VD, in ValidateVarDecl()
1183 Context->getASTContext().IntTy.getTypePtr()); in Create()
1416 &Context->getASTContext().getASTRecordLayout(RD); in Create()
Dslang_rs_context.h114 inline clang::ASTContext &getASTContext() const { return mCtx; } in getASTContext() function
Dslang_rs.cpp223 getASTContext(), in initASTContext()
Dslang_rs_backend.cpp70 mRefCount(mContext->getASTContext()), in RSBackend()