Home
last modified time | relevance | path

Searched defs:DiagName (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/
H A DNoLintDirectiveHandler.cpp244 StringRef DiagName, SmallVectorImpl<tooling::Diagnostic> &NoLintErrors, in shouldSuppress()
255 const Diagnostic &Diag, StringRef DiagName, in diagHasNoLintInMacro()
286 NoLintType Type, StringRef DiagName) { in lineHasNoLint()
300 size_t DiagPos, StringRef DiagName) { in withinNoLintBlock()
318 StringRef DiagName, SourceLocation DiagLoc, const SourceManager &SrcMgr, in diagHasNoLint()
407 StringRef DiagName, SmallVectorImpl<tooling::Diagnostic> &NoLintErrors, in shouldSuppress()
/llvm-project/clang/tools/diagtool/
H A DFindDiagnosticID.cpp33 StringRef DiagName = Diag.getName(); in findDiagnostic() local
H A DListWarnings.cpp30 llvm::StringRef DiagName; member
/llvm-project/clang/lib/Lex/
H A DPragma.cpp1086 else if (DiagName.is(tok::string_literal) && !DiagName.hasUDSuffix()) { in HandlePragma() local