areDiagsSelfContained() const | clang::tidy::ClangTidyContext | inline |
canEnableAnalyzerAlphaCheckers() const | clang::tidy::ClangTidyContext | inline |
canEnableModuleHeadersParsing() const | clang::tidy::ClangTidyContext | inline |
ClangTidyContext(std::unique_ptr< ClangTidyOptionsProvider > OptionsProvider, bool AllowEnablingAnalyzerAlphaCheckers=false, bool EnableModuleHeadersParsing=false) | clang::tidy::ClangTidyContext | |
ClangTidyContext(const ClangTidyContext &)=delete | clang::tidy::ClangTidyContext | |
ClangTidyDiagnosticConsumer | clang::tidy::ClangTidyContext | friend |
configurationDiag(StringRef Message, DiagnosticIDs::Level Level=DiagnosticIDs::Warning) | clang::tidy::ClangTidyContext | |
diag(StringRef CheckName, SourceLocation Loc, StringRef Description, DiagnosticIDs::Level Level=DiagnosticIDs::Warning) | clang::tidy::ClangTidyContext | |
diag(StringRef CheckName, StringRef Description, DiagnosticIDs::Level Level=DiagnosticIDs::Warning) | clang::tidy::ClangTidyContext | |
diag(const tooling::Diagnostic &Error) | clang::tidy::ClangTidyContext | |
DiagLevelAndFormatString typedef | clang::tidy::ClangTidyContext | |
getCheckName(unsigned DiagnosticID) const | clang::tidy::ClangTidyContext | |
getCurrentBuildDirectory() const | clang::tidy::ClangTidyContext | inline |
getCurrentFile() const | clang::tidy::ClangTidyContext | inline |
getDiagLevelAndFormatString(unsigned DiagnosticID, SourceLocation Loc) | clang::tidy::ClangTidyContext | inline |
getEnableProfiling() const | clang::tidy::ClangTidyContext | inline |
getGlobalOptions() const | clang::tidy::ClangTidyContext | |
getHeaderFileExtensions() const | clang::tidy::ClangTidyContext | inline |
getImplementationFileExtensions() const | clang::tidy::ClangTidyContext | inline |
getLangOpts() const | clang::tidy::ClangTidyContext | inline |
getOptions() const | clang::tidy::ClangTidyContext | |
getOptionsCollector() const | clang::tidy::ClangTidyContext | inline |
getOptionsForFile(StringRef File) const | clang::tidy::ClangTidyContext | |
getProfileStorageParams() const | clang::tidy::ClangTidyContext | |
getStats() const | clang::tidy::ClangTidyContext | inline |
isCheckEnabled(StringRef CheckName) const | clang::tidy::ClangTidyContext | |
operator=(const ClangTidyContext &)=delete | clang::tidy::ClangTidyContext | |
setASTContext(ASTContext *Context) | clang::tidy::ClangTidyContext | |
setCurrentBuildDirectory(StringRef BuildDirectory) | clang::tidy::ClangTidyContext | inline |
setCurrentFile(StringRef File) | clang::tidy::ClangTidyContext | |
setDiagnosticsEngine(DiagnosticsEngine *DiagEngine) | clang::tidy::ClangTidyContext | inline |
setEnableProfiling(bool Profile) | clang::tidy::ClangTidyContext | |
setOptionsCollector(llvm::StringSet<> *Collector) | clang::tidy::ClangTidyContext | inline |
setProfileStoragePrefix(StringRef ProfilePrefix) | clang::tidy::ClangTidyContext | |
setSelfContainedDiags(bool Value) | clang::tidy::ClangTidyContext | inline |
setSourceManager(SourceManager *SourceMgr) | clang::tidy::ClangTidyContext | |
shouldSuppressDiagnostic(DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info, SmallVectorImpl< tooling::Diagnostic > &NoLintErrors, bool AllowIO=true, bool EnableNoLintBlocks=true) | clang::tidy::ClangTidyContext | |
treatAsError(StringRef CheckName) const | clang::tidy::ClangTidyContext | |
~ClangTidyContext() | clang::tidy::ClangTidyContext | |