Searched refs:getOptionsForFile (Results 1 – 4 of 4) sorted by relevance
147 ClangTidyOptions getOptionsForFile(StringRef File) const;
207 *Context.getOptionsForFile(File).FormatStyle, File, "none"); in Finish()512 ClangTidyOptions Opts = Context.getOptionsForFile(Filename); in runClangTidy()
201 CurrentOptions = getOptionsForFile(CurrentFile); in setCurrentFile()220 ClangTidyOptions ClangTidyContext::getOptionsForFile(StringRef File) const { in getOptionsForFile() function in ClangTidyContext
773 ClangTidyOptions Options = Context->getOptionsForFile(FileName); in getStyleForFile()