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.cpp139 clang::ASTContext &C = Context->getASTContext(); in validateAndConstructOldStyleParams()
212 clang::ASTContext &C = Context->getASTContext(); in validateAndConstructKernelParams()
302 clang::ASTContext &C = Context->getASTContext(); in processSpecialParameters()
482 clang::ASTContext &Ctx = Context->getASTContext(); in Create()
493 const clang::ASTContext &C = Context->getASTContext(); in Create()
587 const clang::QualType &IntType = FD->getASTContext().IntTy; in isGraphicsRootRSFunc()
651 const clang::ASTContext &C = FD->getASTContext(); in validateSpecialFuncDecl()
652 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_rs_object_ref_count.cpp1114 DataTypeRSAllocation)->getASTContext(); in ReplaceRSObjectAssignment()
1145 DataTypeRSAllocation)->getASTContext(); in AppendRSObjectInit()
1243 clang::ASTContext &C = (*mRSO.begin())->getASTContext(); in InsertLocalVarDestructors()
1262 clang::ASTContext &C = VD->getASTContext(); in ClearRSObject()
1334 VD->getASTContext(), in InitializeRSObject()
Dslang.h184 clang::ASTContext &getASTContext() { return *mASTContext; } in getASTContext() function
Dslang_rs_context.h114 inline clang::ASTContext &getASTContext() const { return mCtx; } in getASTContext() function
Dslang_rs_export_type.cpp384 return Context->getASTContext().IntTy.getTypePtr(); in TypeExportableHelper()
695 return ValidateType(Context, VD->getASTContext(), VD->getType(), VD, in ValidateVarDecl()
1222 Context->getASTContext().IntTy.getTypePtr()); in Create()
1455 &Context->getASTContext().getASTRecordLayout(RD); in Create()
Dslang.cpp559 getASTContext(), in initASTContext()
Dslang_backend.cpp231 mRSObjectSlotsMetadata(nullptr), mRefCount(mContext->getASTContext()), in Backend()