Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_check_ast.cpp218 if (!Slang::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) { in VisitDeclStmt()
263 !Slang::IsLocInRSHeaderFile(E->getExprLoc(), mSM) && in VisitExpr()
280 if (!Slang::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) { in Validate()
Dslang.h205 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
Dslang_backend.cpp416 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in AnnotateFunction()
433 if (!Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) in HandleTopLevelDecl()
Dslang.cpp575 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile() function in slang::Slang