Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_check_ast.cpp116 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()
Dslang_rs.h97 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
Dslang_rs_backend.cpp79 !SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in AnnotateFunction()
97 if (!SlangRS::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) in HandleTopLevelDecl()
Dslang_rs.cpp260 bool SlangRS::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile() function in slang::SlangRS