Home
last modified time | relevance | path

Searched refs:mSM (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_check_ast.h34 clang::SourceManager &mSM; variable
53 mSM(C.getSourceManager()), in RSCheckAST()
Dslang_rs_check_ast.cpp232 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()