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 232 if (!Slang::IsLocInRSHeaderFile(DS->getLocStart(), mSM)) {
277 !Slang::IsLocInRSHeaderFile(E->getExprLoc(), mSM) &&
299 if (!Slang::IsLocInRSHeaderFile(DI->getLocStart(), mSM)) {
slang.h 224 static bool IsLocInRSHeaderFile(const clang::SourceLocation &Loc,
slang_backend.cpp 519 if (foundPadding && Slang::IsLocInRSHeaderFile(RD->getLocation(), mSourceMgr)) {
605 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) {
639 if (!Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr))
673 !Slang::IsLocInRSHeaderFile(FD->getLocation(), mSourceMgr)) {
    [all...]
slang_rs_context.cpp 243 if (Slang::IsLocInRSHeaderFile(VD->getLocation(),
slang.cpp 559 bool Slang::IsLocInRSHeaderFile(const clang::SourceLocation &Loc,

Completed in 82 milliseconds