| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | IncludeInserterTest.cpp | 31 IncludeInserterCheckBase(StringRef CheckName, ClangTidyContext *Context, in IncludeInserterCheckBase() 62 NonSystemHeaderInserterCheck(StringRef CheckName, ClangTidyContext *Context) in NonSystemHeaderInserterCheck() 72 EarlyInAlphabetHeaderInserterCheck(StringRef CheckName, ClangTidyContext *Context) in EarlyInAlphabetHeaderInserterCheck() 82 MultipleHeaderInserterCheck(StringRef CheckName, ClangTidyContext *Context) in MultipleHeaderInserterCheck() 92 MultipleHeaderSingleInserterCheck(StringRef CheckName, in MultipleHeaderSingleInserterCheck() 105 CSystemIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context) in CSystemIncludeInserterCheck() 115 CXXSystemIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context) in CXXSystemIncludeInserterCheck() 123 InvalidIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context) in InvalidIncludeInserterCheck() 133 ObjCEarlyInAlphabetHeaderInserterCheck(StringRef CheckName, in ObjCEarlyInAlphabetHeaderInserterCheck() 145 ObjCCategoryHeaderInserterCheck(StringRef CheckName, in ObjCCategoryHeaderInserterCheck() [all …]
|
| H A D | OverlappingReplacementsTest.cpp | 27 UseCharCheck(StringRef CheckName, ClangTidyContext *Context) in UseCharCheck() 43 IfFalseCheck(StringRef CheckName, ClangTidyContext *Context) in IfFalseCheck() 63 RefactorCheck(StringRef CheckName, ClangTidyContext *Context) in RefactorCheck() 65 RefactorCheck(StringRef CheckName, ClangTidyContext *Context, in RefactorCheck() 117 StartsWithPotaCheck(StringRef CheckName, ClangTidyContext *Context) in StartsWithPotaCheck() 127 EndsWithTatoCheck(StringRef CheckName, ClangTidyContext *Context) in EndsWithTatoCheck()
|
| H A D | DeclRefExprUtilsTest.cpp | 17 ConstReferenceDeclRefExprsTransform(StringRef CheckName, in ConstReferenceDeclRefExprsTransform()
|
| H A D | AddConstTest.cpp | 19 ConstTransform(StringRef CheckName, ClangTidyContext *Context) in ConstTransform()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ClangTidyModule.h | 59 template <typename CheckType> void registerCheck(llvm::StringRef CheckName) { in registerCheck()
|
| H A D | ClangTidyDiagnosticConsumer.cpp | 154 ClangTidyError::ClangTidyError(StringRef CheckName, in ClangTidyError() 175 StringRef CheckName, SourceLocation Loc, StringRef Description, in diag() 185 StringRef CheckName, StringRef Description, in diag() 215 std::string CheckName = getCheckName(Info.getID()); in shouldSuppressDiagnostic() local 371 std::string CheckName = Context.getCheckName(Info.getID()); in HandleDiagnostic() local
|
| H A D | ClangTidyCheck.cpp | 18 ClangTidyCheck::ClangTidyCheck(StringRef CheckName, ClangTidyContext *Context) in ClangTidyCheck() 49 StringRef CheckName, const ClangTidyOptions::OptionMap &CheckOptions, in OptionsView()
|
| H A D | ClangTidyCheck.h | 411 std::string CheckName; variable
|
| H A D | ClangTidy.cpp | 72 SmallString<64> CheckName(AnalyzerCheckNamePrefix); in FlushDiagnosticsImpl() local 362 for (StringRef CheckName : RegisteredCheckers) { in getAnalyzerCheckersAndPackages() local 375 for (StringRef CheckName : RegisteredCheckers) { in getAnalyzerCheckersAndPackages() local
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-labels.cpp | 691 void CheckName(const parser::AssociateConstruct &associateConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 696 void CheckName(const parser::CriticalConstruct &criticalConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 701 void CheckName(const parser::DoConstruct &doConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 705 void CheckName(const parser::ForallConstruct &forallConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 711 void CheckName(const parser::BlockConstruct &blockConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 716 void CheckName(const parser::ChangeTeamConstruct &changeTeamConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 722 void CheckName(const parser::IfConstruct &ifConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 738 void CheckName(const parser::WhereConstruct &whereConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | SarifDiagnostics.cpp | 303 static StringRef getRuleDescription(StringRef CheckName) { in getRuleDescription() 314 static StringRef getRuleHelpURIStr(StringRef CheckName) { in getRuleHelpURIStr() 326 StringRef CheckName = Diag.getCheckerName(); in createRule() local
|
| H A D | BugReporter.cpp | 3327 CheckerNameRef CheckName, in EmitBasicReport() 3343 BugType *BugReporter::getBugTypeForName(CheckerNameRef CheckName, in getBugTypeForName()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | IdentifierNamingCheck.h | 201 const StringRef CheckName; variable
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | ClangTidyMain.cpp | 539 for (const auto &CheckName : EnabledChecks) in clangTidyMain() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ParsedAST.cpp | 517 std::string CheckName = CTContext->getCheckName(Info.getID()); in build() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | RenamerClangTidyCheck.cpp | 101 RenamerClangTidyCheck::RenamerClangTidyCheck(StringRef CheckName, in RenamerClangTidyCheck()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IvarInvalidationChecker.cpp | 529 CheckerNameRef CheckName, const ObjCIvarDecl *FirstIvarDecl, in reportNoInvalidationMethod()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 104 CheckName("check-name", cl::desc("Name of checks to match against"), variable
|
| /llvm-project-15.0.7/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 2352 Twine CheckName = in CheckNext() local
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 3256 const StringRef CheckName = CheckInfo.Name; in emitCheckHandlerCall() local 3296 const StringRef CheckName = SanitizerHandlers[CheckHandler].Name; in EmitCheck() local
|