Searched defs:SM (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_var.cpp35 const clang::SourceManager *SM = Context->getSourceManager(); local
36 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
H A Dslang_rs_export_foreach.cpp40 const clang::SourceManager &SM = DiagEngine->getSourceManager(); local
43 clang::FullSourceLoc(PVD->getLocation(), SM),
H A Dslang_rs_export_type.cpp100 const clang::SourceManager &SM = DiagEngine->getSourceManager(); local
107 clang::FullSourceLoc(TopLevelRecord->getLocation(), SM),
112 clang::FullSourceLoc(ND->getLocation(), SM),
1263 const clang::SourceManager *SM = Context->getSourceManager(); local
1267 clang::FullSourceLoc(RD->getLocation(), *SM),
1280 clang::FullSourceLoc(RD->getLocation(), *SM),
1295 clang::FullSourceLoc(RD->getLocation(), *SM),
1305 clang::FullSourceLoc(RD->getLocation(), *SM),
1316 clang::FullSourceLoc(RD->getLocation(), *SM),
H A Dslang_rs_object_ref_count.cpp225 clang::SourceManager &SM = mCtx.getSourceManager(); local
235 if (SM.isBeforeInTranslationUnit(S->getLocStart(), mVarLoc)) {

Completed in 56 milliseconds