Searched refs:getASTContext (Results 1 - 10 of 10) 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_check_ast.h52 C(Con->getASTContext()),
H A Dslang_rs_export_foreach.cpp78 clang::ASTContext &C = Context->getASTContext();
151 clang::ASTContext &C = Context->getASTContext();
232 clang::ASTContext &C = Context->getASTContext();
351 clang::ASTContext &Ctx = Context->getASTContext();
362 const clang::ASTContext &C = Context->getASTContext();
461 const clang::QualType &IntType = FD->getASTContext().IntTy;
525 const clang::ASTContext &C = FD->getASTContext();
526 const clang::QualType &IntType = FD->getASTContext().IntTy;
H A Dslang_rs_export_func.cpp38 const clang::ASTContext &C = FD->getASTContext();
67 clang::ASTContext &Ctx = Context->getASTContext();
H A Dslang.h152 clang::ASTContext &getASTContext() { return *mASTContext; } function in class:slang::Slang
H A Dslang_rs_context.h114 inline clang::ASTContext &getASTContext() const { return mCtx; } function in class:slang::RSContext
H A Dslang_rs_object_ref_count.cpp1103 DataTypeRSAllocation)->getASTContext();
1134 DataTypeRSAllocation)->getASTContext();
1232 DestructorVisitor DV((*mRSO.begin())->getASTContext(),
1246 clang::ASTContext &C = VD->getASTContext();
1318 VD->getASTContext(),
H A Dslang_rs.cpp223 getASTContext(),
H A Dslang_rs_export_type.cpp380 return Context->getASTContext().IntTy.getTypePtr();
661 return ValidateType(Context, VD->getASTContext(), VD->getType(), VD,
1183 Context->getASTContext().IntTy.getTypePtr());
1416 &Context->getASTContext().getASTRecordLayout(RD);
H A Dslang_rs_backend.cpp70 mRefCount(mContext->getASTContext()),

Completed in 238 milliseconds