Searched refs: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_type.cpp98 const clang::SourceManager &SM = DiagEngine->getSourceManager(); local
105 clang::FullSourceLoc(TopLevelRecord->getLocation(), SM),
110 clang::FullSourceLoc(ND->getLocation(), SM),
1267 const clang::SourceManager *SM = Context->getSourceManager(); local
1271 clang::FullSourceLoc(RD->getLocation(), *SM),
1284 clang::FullSourceLoc(RD->getLocation(), *SM),
1299 clang::FullSourceLoc(RD->getLocation(), *SM),
1309 clang::FullSourceLoc(RD->getLocation(), *SM),
1320 clang::FullSourceLoc(RD->getLocation(), *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_object_ref_count.cpp222 clang::SourceManager &SM = mCtx.getSourceManager(); local
232 if (SM.isBeforeInTranslationUnit(S->getLocStart(), mVarLoc)) {

Completed in 67 milliseconds