Searched refs:getOptionsForFile (Results 1 – 4 of 4) sorted by relevance
160 ClangTidyOptions getOptionsForFile(StringRef File) const;
207 *Context.getOptionsForFile(File).FormatStyle, File, "none"); in finish()519 ClangTidyOptions Opts = Context.getOptionsForFile(Filename); in runClangTidy()
226 CurrentOptions = getOptionsForFile(CurrentFile); in setCurrentFile()245 ClangTidyOptions ClangTidyContext::getOptionsForFile(StringRef File) const { in getOptionsForFile() function in ClangTidyContext
1439 ClangTidyOptions Options = Context->getOptionsForFile(FileName); in getStyleForFile()