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),
1265 const clang::SourceManager *SM = Context->getSourceManager(); local
1269 clang::FullSourceLoc(RD->getLocation(), *SM),
1282 clang::FullSourceLoc(RD->getLocation(), *SM),
1297 clang::FullSourceLoc(RD->getLocation(), *SM),
1307 clang::FullSourceLoc(RD->getLocation(), *SM),
1318 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 4198 milliseconds