| /external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
| D | IncludeInserterTest.cpp | 31 IncludeInserterCheckBase(StringRef CheckName, ClangTidyContext *Context, in IncludeInserterCheckBase() 60 NonSystemHeaderInserterCheck(StringRef CheckName, ClangTidyContext *Context) in NonSystemHeaderInserterCheck() 70 EarlyInAlphabetHeaderInserterCheck(StringRef CheckName, ClangTidyContext *Context) in EarlyInAlphabetHeaderInserterCheck() 80 MultipleHeaderInserterCheck(StringRef CheckName, ClangTidyContext *Context) in MultipleHeaderInserterCheck() 90 CSystemIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context) in CSystemIncludeInserterCheck() 100 CXXSystemIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context) in CXXSystemIncludeInserterCheck() 108 InvalidIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context) in InvalidIncludeInserterCheck() 118 ObjCEarlyInAlphabetHeaderInserterCheck(StringRef CheckName, in ObjCEarlyInAlphabetHeaderInserterCheck() 130 ObjCCategoryHeaderInserterCheck(StringRef CheckName, in ObjCCategoryHeaderInserterCheck() 142 ObjCGeneratedHeaderInserterCheck(StringRef CheckName, in ObjCGeneratedHeaderInserterCheck()
|
| 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()
|
| D | AddConstTest.cpp | 19 ConstTransform(StringRef CheckName, ClangTidyContext *Context) in ConstTransform()
|
| /external/llvm-project/clang-tools-extra/clang-tidy/ |
| D | ClangTidyModule.h | 61 template <typename CheckType> void registerCheck(llvm::StringRef CheckName) { in registerCheck()
|
| D | ClangTidyDiagnosticConsumer.cpp | 128 ClangTidyError::ClangTidyError(StringRef CheckName, in ClangTidyError() 171 StringRef CheckName, SourceLocation Loc, StringRef Description, in diag() 181 StringRef CheckName, StringRef Description, in diag() 310 std::string CheckName = Context.getCheckName(DiagID); in IsNOLINTFound() local 403 std::string CheckName = Context.getCheckName(Info.getID()); in HandleDiagnostic() local
|
| D | ClangTidyCheck.cpp | 43 ClangTidyCheck::ClangTidyCheck(StringRef CheckName, ClangTidyContext *Context) in ClangTidyCheck() 74 StringRef CheckName, const ClangTidyOptions::OptionMap &CheckOptions, in OptionsView()
|
| D | ClangTidy.cpp | 76 SmallString<64> CheckName(AnalyzerCheckNamePrefix); in FlushDiagnosticsImpl() local 352 for (StringRef CheckName : RegisteredCheckers) { in getAnalyzerCheckersAndPackages() local 365 for (StringRef CheckName : RegisteredCheckers) { in getAnalyzerCheckersAndPackages() local
|
| D | ClangTidyCheck.h | 505 std::string CheckName; variable
|
| /external/llvm-project/flang/lib/Semantics/ |
| D | resolve-labels.cpp | 667 void CheckName(const parser::AssociateConstruct &associateConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 672 void CheckName(const parser::CriticalConstruct &criticalConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 677 void CheckName(const parser::DoConstruct &doConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 681 void CheckName(const parser::ForallConstruct &forallConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 687 void CheckName(const parser::BlockConstruct &blockConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 692 void CheckName(const parser::ChangeTeamConstruct &changeTeamConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 698 void CheckName(const parser::IfConstruct &ifConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer 714 void CheckName(const parser::WhereConstruct &whereConstruct) { in CheckName() function in Fortran::semantics::ParseTreeAnalyzer
|
| /external/libchrome/base/metrics/ |
| D | dummy_histogram.h | 26 void CheckName(const StringPiece& name) const override {} in CheckName() function
|
| D | histogram_base.cc | 78 void HistogramBase::CheckName(const StringPiece& name) const { in CheckName() function in base::HistogramBase
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | SarifDiagnostics.cpp | 301 static StringRef getRuleDescription(StringRef CheckName) { in getRuleDescription() 312 static StringRef getRuleHelpURIStr(StringRef CheckName) { in getRuleHelpURIStr() 324 StringRef CheckName = Diag.getCheckerName(); in createRule() local
|
| D | BugReporter.cpp | 3294 CheckerNameRef CheckName, in EmitBasicReport() 3310 BugType *BugReporter::getBugTypeForName(CheckerNameRef CheckName, in getBugTypeForName()
|
| /external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
| D | IdentifierNamingCheck.h | 106 const std::string CheckName; variable
|
| /external/llvm-project/clang-tools-extra/clang-tidy/tool/ |
| D | ClangTidyMain.cpp | 449 for (const auto &CheckName : EnabledChecks) in clangTidyMain() local
|
| /external/llvm-project/clang-tools-extra/clangd/ |
| D | ParsedAST.cpp | 321 std::string CheckName = CTContext->getCheckName(Info.getID()); in build() local
|
| /external/clang/include/clang/StaticAnalyzer/Core/ |
| D | CheckerManager.h | 90 explicit CheckName(StringRef Name) : Name(Name) {} in CheckName() function
|
| /external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
| D | RenamerClangTidyCheck.cpp | 101 RenamerClangTidyCheck::RenamerClangTidyCheck(StringRef CheckName, in RenamerClangTidyCheck()
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | IvarInvalidationChecker.cpp | 530 CheckName CheckName, const ObjCIvarDecl *FirstIvarDecl, in reportNoInvalidationMethod() argument
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | IvarInvalidationChecker.cpp | 529 CheckerNameRef CheckName, const ObjCIvarDecl *FirstIvarDecl, in reportNoInvalidationMethod()
|
| /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| D | PathDiagnostic.h | 717 std::string CheckName; variable
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | PathDiagnostic.cpp | 106 PathDiagnostic::PathDiagnostic(StringRef CheckName, const Decl *declWithIssue, in PathDiagnostic()
|
| D | BugReporter.cpp | 3455 CheckName CheckName, in EmitBasicReport() argument 3470 BugType *BugReporter::getBugTypeForName(CheckName CheckName, StringRef name, in getBugTypeForName() argument
|
| /external/llvm-project/llvm/tools/llvm-jitlink/ |
| D | llvm-jitlink.cpp | 68 CheckName("check-name", cl::desc("Name of checks to match against"), variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | FileCheck.cpp | 1497 Twine CheckName = in CheckNext() local
|