Searched refs:IsLocInRSHeaderFile (Results 1 – 4 of 4) sorted by relevance
116 if (!SlangRS::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) { in VisitDeclStmt()140 !SlangRS::IsLocInRSHeaderFile(E->getExprLoc(), mSM) && in VisitExpr()157 if (!SlangRS::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) { in Validate()
97 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
79 !SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in AnnotateFunction()97 if (!SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) in HandleTopLevelDecl()
260 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile() function in slang::SlangRS