Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/
H A Dslang_rs_context.h156 inline const clang::SourceManager *getSourceManager() const { in getSourceManager() function
157 return &mPP.getSourceManager(); in getSourceManager()
347 const clang::SourceManager *SM = getSourceManager(); in Report()
H A Dslang_diagnostic_buffer.cpp44 SrcLoc.print(stream, Info.getSourceManager()); in HandleDiagnostic()
H A Dslang_rs_check_ast.h53 mSM(C.getSourceManager()), in RSCheckAST()
H A Dslang_rs_export_reduce.cpp180 << Ret->getLocation().printToString(S.PP.getSourceManager()) in lookupFunction()
181 << FDecl->getLocation().printToString(S.PP.getSourceManager()); in lookupFunction()
763 << " (" << mLocation.printToString(PP.getSourceManager()) << ")"; in analyzeTranslationUnit()
H A Dslang.h198 clang::SourceManager &getSourceManager() { return *mSourceMgr; } in getSourceManager() function
H A Dslang_rs_context.cpp244 *getSourceManager())) { in processExports()
H A Dslang_rs_pragma_handler.cpp197 << (*I)->getLocation().printToString(PP.getSourceManager()); in HandlePragma()
H A Dslang.cpp233 getSourceManager(), mAllowRSPrefix, mIsFilterscript); in createBackend()
H A Dslang_rs_object_ref_count.cpp977 clang::FullSourceLoc(Loc, C.getSourceManager()), in CreateStructRSSetObject()
1200 clang::SourceManager& SM = C.getSourceManager(); in InsertLocalVarDestructors()
/aosp12/bionic/tools/versioner/src/
H A DDeclarationDatabase.cpp62 : database(database), type(type), src_manager(ctx.getSourceManager()) { in Visitor()