Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_diagnostic_buffer.cpp44 SrcLoc.print(stream, Info.getSourceManager()); in HandleDiagnostic()
Dslang_rs_check_ast.h53 mSM(C.getSourceManager()), in RSCheckAST()
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()
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()
Dslang.h198 clang::SourceManager &getSourceManager() { return *mSourceMgr; } in getSourceManager() function
Dslang_rs_context.cpp244 *getSourceManager())) { in processExports()
Dslang_rs_pragma_handler.cpp197 << (*I)->getLocation().printToString(PP.getSourceManager()); in HandlePragma()
Dslang.cpp233 getSourceManager(), mAllowRSPrefix, mIsFilterscript); in createBackend()
Dslang_rs_object_ref_count.cpp977 clang::FullSourceLoc(Loc, C.getSourceManager()), in CreateStructRSSetObject()
1200 clang::SourceManager& SM = C.getSourceManager(); in InsertLocalVarDestructors()