Lines Matching defs:CheckName
31 IncludeInserterCheckBase(StringRef CheckName, ClangTidyContext *Context,
35 : ClangTidyCheck(CheckName, Context),
62 NonSystemHeaderInserterCheck(StringRef CheckName, ClangTidyContext *Context)
63 : IncludeInserterCheckBase(CheckName, Context) {}
72 EarlyInAlphabetHeaderInserterCheck(StringRef CheckName, ClangTidyContext *Context)
73 : IncludeInserterCheckBase(CheckName, Context) {}
82 MultipleHeaderInserterCheck(StringRef CheckName, ClangTidyContext *Context)
83 : IncludeInserterCheckBase(CheckName, Context) {}
92 MultipleHeaderSingleInserterCheck(StringRef CheckName,
94 : IncludeInserterCheckBase(CheckName, Context,
105 CSystemIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context)
106 : IncludeInserterCheckBase(CheckName, Context) {}
115 CXXSystemIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context)
116 : IncludeInserterCheckBase(CheckName, Context) {}
123 InvalidIncludeInserterCheck(StringRef CheckName, ClangTidyContext *Context)
124 : IncludeInserterCheckBase(CheckName, Context) {}
133 ObjCEarlyInAlphabetHeaderInserterCheck(StringRef CheckName,
135 : IncludeInserterCheckBase(CheckName, Context,
145 ObjCCategoryHeaderInserterCheck(StringRef CheckName,
147 : IncludeInserterCheckBase(CheckName, Context,
157 ObjCGeneratedHeaderInserterCheck(StringRef CheckName,
159 : IncludeInserterCheckBase(CheckName, Context,