Home
last modified time | relevance | path

Searched refs:SourceManager (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Gallery2/jni_jpegstream/src/
H A Djpeg_hook.cpp90 SourceManager *src = reinterpret_cast<SourceManager*>(cinfo->src); in Mgr_fill_input_buffer_fcn()
112 SourceManager *s = reinterpret_cast<SourceManager*>(cinfo->src); in Mgr_init_source_fcn()
123 SourceManager *src = reinterpret_cast<SourceManager*>(cinfo->src); in Mgr_skip_input_data_fcn()
161 size_t size = sizeof(SourceManager); in MakeSrc()
171 SourceManager *s = reinterpret_cast<SourceManager*>(cinfo->src); in MakeSrc()
186 SourceManager* s = reinterpret_cast<SourceManager*>(cinfo->src); in UpdateSrcEnv()
192 SourceManager *s = reinterpret_cast<SourceManager*>(cinfo->src); in CleanSrc()
H A Djpeg_hook.h61 } SourceManager; typedef
/aosp12/frameworks/compile/slang/
H A Dslang.h65 class SourceManager; variable
118 std::unique_ptr<clang::SourceManager> mSourceMgr;
198 clang::SourceManager &getSourceManager() { return *mSourceMgr; } in getSourceManager()
225 const clang::SourceManager &SourceMgr);
H A Dslang_backend.h89 clang::SourceManager &mSourceMgr;
175 clang::SourceManager &SourceMgr,
H A Dslang_rs_context.h47 class SourceManager; variable
156 inline const clang::SourceManager *getSourceManager() const { in getSourceManager()
347 const clang::SourceManager *SM = getSourceManager(); in Report()
H A Dslang_rs_check_ast.h34 clang::SourceManager &mSM;
H A Dslang.cpp169 mSourceMgr.reset(new clang::SourceManager(*mDiagEngine, *mFileMgr)); in createSourceManager()
556 const clang::SourceManager &SourceMgr) { in IsLocInRSHeaderFile()
H A Dslang_backend.cpp251 clang::SourceManager &SourceMgr, bool AllowRSPrefix, in Backend()
H A Dslang_rs_object_ref_count.cpp1200 clang::SourceManager& SM = C.getSourceManager(); in InsertLocalVarDestructors()
/aosp12/bionic/tools/versioner/src/
H A DDeclarationDatabase.cpp57 SourceManager& src_manager;