Searched refs:SM (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp60 const clang::SourceManager &SM = DiagEngine->getSourceManager(); local
67 clang::FullSourceLoc(TopLevelRecord->getLocation(), SM),
72 clang::FullSourceLoc(VD->getLocation(), SM),
1100 const clang::SourceManager *SM = Context->getSourceManager(); local
1104 clang::FullSourceLoc(RD->getLocation(), *SM),
1117 clang::FullSourceLoc(RD->getLocation(), *SM),
1132 clang::FullSourceLoc(RD->getLocation(), *SM),
1142 clang::FullSourceLoc(RD->getLocation(), *SM),
1153 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.cpp225 clang::SourceManager &SM = mCtx.getSourceManager(); local
235 if (SM.isBeforeInTranslationUnit(S->getLocStart(), mVarLoc)) {

Completed in 26 milliseconds