Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_var.cpp56 Initializer->EvaluateAsRValue(mInit, Context->getASTContext()); in RSExportVar()
60 if (Initializer->isNullPointerConstant(Context->getASTContext(), in RSExportVar()
64 if (!Initializer->EvaluateAsRValue(mInit, Context->getASTContext())) { in RSExportVar()
86 Context->getASTContext())) { in RSExportVar()
Dslang_rs_export_foreach.cpp59 clang::ASTContext &C = Context->getASTContext(); in validateAndConstructParams()
233 clang::ASTContext &Ctx = Context->getASTContext(); in Create()
245 const clang::ASTContext &C = Context->getASTContext(); in Create()
327 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc()
372 const clang::ASTContext &C = FD->getASTContext(); in validateSpecialFuncDecl()
373 const clang::QualType &IntType = FD->getASTContext().IntTy; in validateSpecialFuncDecl()
Dslang_rs_export_func.cpp38 const clang::ASTContext &C = FD->getASTContext(); in ValidateFuncDecl()
69 clang::ASTContext &Ctx = Context->getASTContext(); in Create()
Dslang.h150 clang::ASTContext &getASTContext() { return *mASTContext; } in getASTContext() function
Dslang_rs_backend.cpp67 mRefCount(mContext->getASTContext()) { in RSBackend()
120 clang::ASTContext &C = VD->getASTContext(); in ValidateVarDecl()
Dslang_rs_context.h108 inline clang::ASTContext &getASTContext() const { return mCtx; } in getASTContext() function
Dslang_rs_object_ref_count.cpp1120 RSExportPrimitiveType::DataTypeRSFont)->getASTContext(); in ReplaceRSObjectAssignment()
1152 RSExportPrimitiveType::DataTypeRSFont)->getASTContext(); in AppendRSObjectInit()
1253 DestructorVisitor DV((*mRSO.begin())->getASTContext(), in InsertLocalVarDestructors()
1268 clang::ASTContext &C = VD->getASTContext(); in ClearRSObject()
1341 VD->getASTContext(), in InitializeRSObject()
Dslang_rs_export_type.cpp343 clang::ASTContext &C = VD->getASTContext(); in ValidateRSObjectInVarDecl()
395 clang::ASTContext &C = VD->getASTContext(); in ValidateVarDeclHelper()
1070 Context->getASTContext().IntTy.getTypePtr()); in Create()
1365 &Context->getASTContext().getASTRecordLayout(RD); in Create()
Dslang_rs.cpp215 getASTContext(), in initASTContext()