Searched refs:getASTContext (Results 1 – 10 of 10) 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_export_foreach.cpp | 78 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()
|
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_check_ast.h | 52 C(Con->getASTContext()), in RSCheckAST()
|
D | slang.h | 152 clang::ASTContext &getASTContext() { return *mASTContext; } in getASTContext() function
|
D | slang_rs_object_ref_count.cpp | 1103 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()
|
D | slang_rs_export_type.cpp | 380 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()
|
D | slang_rs_context.h | 114 inline clang::ASTContext &getASTContext() const { return mCtx; } in getASTContext() function
|
D | slang_rs.cpp | 223 getASTContext(), in initASTContext()
|
D | slang_rs_backend.cpp | 70 mRefCount(mContext->getASTContext()), in RSBackend()
|