Searched refs:IsFunctionInRSHeaderFile (Results 1 – 3 of 3) sorted by relevance
95 static bool IsFunctionInRSHeaderFile(const clang::FunctionDecl *FD,
74 !SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr)) { in AnnotateFunction()92 if (!SlangRS::IsFunctionInRSHeaderFile(FD, mSourceMgr)) in HandleTopLevelDecl()
246 bool SlangRS::IsFunctionInRSHeaderFile(const clang::FunctionDecl *FD, in IsFunctionInRSHeaderFile() function in slang::SlangRS