Searched refs:IsLocInRSHeaderFile (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_check_ast.cpp | 232 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()
|
D | slang_backend.cpp | 519 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()
|
D | slang.h | 224 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
|
D | slang_rs_context.cpp | 243 if (Slang::IsLocInRSHeaderFile(VD->getLocation(), in processExports()
|
D | slang.cpp | 555 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc, in IsLocInRSHeaderFile() function in slang::Slang
|