Home
last modified time | relevance | path

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

/frameworks/compile/slang/
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()
Dslang_backend.cpp519 if (foundPadding && Slang::IsLocInRSHeaderFile(RD->getLocation(), mSourceMgr)) { in PadStruct()
605 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in AnnotateFunction()
639 if (!Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) in HandleTopLevelDecl()
673 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) { in HandleTopLevelDecl()
Dslang.h224 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
Dslang_rs_context.cpp243 if (Slang::IsLocInRSHeaderFile(VD->getLocation(), in processExports()
Dslang.cpp555 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile() function in slang::Slang