Home
last modified time | relevance | path

Searched refs:IsLocInRSHeaderFile (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_check_ast.cpp221 if (!SlangRS::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) { in VisitDeclStmt()
262 !SlangRS::IsLocInRSHeaderFile(E->getExprLoc(), mSM) && in VisitExpr()
279 if (!SlangRS::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) { in Validate()
Dslang_rs.h95 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
Dslang_rs_backend.cpp78 !SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in AnnotateFunction()
95 if (!SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) in HandleTopLevelDecl()
Dslang_rs.cpp255 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile() function in slang::SlangRS