HomeSort by relevance Sort by last modified time
    Searched refs:IsLocInRSHeaderFile (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 247 if (!Slang::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) {
292 !Slang::IsLocInRSHeaderFile(E->getExprLoc(), mSM) &&
309 if (!Slang::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) {
slang.h 221 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
slang_rs_context.cpp 242 if (Slang::IsLocInRSHeaderFile(VD->getLocation(),
slang_backend.cpp 366 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) {
400 if (!Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr))
434 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) {
slang.cpp 595 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc,

Completed in 43 milliseconds