Searched refs:mSM (Results 1 – 3 of 3) sorted by relevance
34 clang::SourceManager &mSM; variable53 mSM(C.getSourceManager()), in RSCheckAST()
232 if (!Slang::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) { in VisitDeclStmt()277 !Slang::IsLocInRSHeaderFile(E->getExprLoc(), mSM) && in VisitExpr()299 if (!Slang::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) { in Validate()
97 private TestStateMachine mSM; field in UpstreamNetworkMonitorTest110 mSM = new TestStateMachine(); in setUp()112 (ConnectivityManager) mCM, mSM, mLog, EVENT_UNM_UPDATE); in setUp()116 if (mSM != null) { in tearDown()117 mSM.quit(); in tearDown()118 mSM = null; in tearDown()