Home
last modified time | relevance | path

Searched refs:IgnoreCase (Results 1 – 25 of 34) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyCheck.h343 get(StringRef LocalName, bool IgnoreCase = false) const {
345 getEnumInt(LocalName, typeEraseMapping<T>(), false, IgnoreCase))
362 get(StringRef LocalName, T Default, bool IgnoreCase = false) const {
363 if (auto ValueOr = get<T>(LocalName, IgnoreCase))
383 getLocalOrGlobal(StringRef LocalName, bool IgnoreCase = false) const {
385 getEnumInt(LocalName, typeEraseMapping<T>(), true, IgnoreCase))
404 bool IgnoreCase = false) const {
405 if (auto ValueOr = getLocalOrGlobal<T>(LocalName, IgnoreCase))
475 bool CheckGlobal, bool IgnoreCase) const;
DClangTidyCheck.cpp181 bool IgnoreCase) const { in getEnumInt()
192 if (IgnoreCase) { in getEnumInt()
/external/llvm/lib/Option/
DOptTable.cpp87 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() argument
88 : OptionInfos(OptionInfos), IgnoreCase(IgnoreCase), TheInputOptionID(0), in OptTable()
174 bool IgnoreCase) { in matchOption() argument
179 bool Matched = IgnoreCase in matchOption()
219 if ((ArgSize = matchOption(Start, Str, IgnoreCase))) in ParseOneArg()
/external/llvm/include/llvm/Option/
DOptTable.h54 bool IgnoreCase; variable
76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h61 bool IgnoreCase; variable
83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
/external/llvm-project/llvm/lib/Option/
DOptTable.cpp98 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() argument
99 : OptionInfos(OptionInfos), IgnoreCase(IgnoreCase) { in OptTable()
182 bool IgnoreCase) { in matchOption() argument
187 bool Matched = IgnoreCase in matchOption()
358 unsigned ArgSize = matchOption(Start, Str, IgnoreCase); in parseOneArgGrouped()
421 if ((ArgSize = matchOption(Start, Str, IgnoreCase))) in ParseOneArg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp97 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() argument
98 : OptionInfos(OptionInfos), IgnoreCase(IgnoreCase) { in OptTable()
181 bool IgnoreCase) { in matchOption() argument
186 bool Matched = IgnoreCase in matchOption()
363 if ((ArgSize = matchOption(Start, Str, IgnoreCase))) in ParseOneArg()
/external/llvm-project/llvm/include/llvm/Option/
DOptTable.h63 bool IgnoreCase; variable
89 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
/external/llvm-project/clang/lib/Format/
DNamespaceEndCommentsFixer.cpp98 llvm::Regex::IgnoreCase); in validEndComment()
102 llvm::Regex::IgnoreCase); in validEndComment()
134 "^/[/*] *( +([a-zA-Z0-9:_]+))?\\.? *(\\*/)?$", llvm::Regex::IgnoreCase); in validEndComment()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp168 static opt<bool> IgnoreCase("ignore-case", variable
172 aliasopt(IgnoreCase));
321 (IgnoreCase && !UseRegex) ? NameRef.lower() : NameRef.str(); in filterByName()
325 Regex RE(Pattern, IgnoreCase ? Regex::IgnoreCase : Regex::NoFlags); in filterByName()
463 Names.insert((IgnoreCase && !UseRegex) ? StringRef(name).lower() : name); in dumpObjectFile()
/external/llvm/unittests/Option/
DOptionParsingTest.cpp50 TestOptTable(bool IgnoreCase = false) in TestOptTable() argument
51 : OptTable(InfoTable, IgnoreCase) {} in TestOptTable()
158 TEST(Option, IgnoreCase) { in TEST() argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DRegex.h33 IgnoreCase=1, enumerator
/external/llvm/include/llvm/Support/
DRegex.h33 IgnoreCase=1, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRegex.h32 IgnoreCase=1, enumerator
DFileCheck.h33 bool IgnoreCase = false; member
/external/llvm-project/llvm/include/llvm/Support/
DRegex.h33 IgnoreCase = 1, enumerator
/external/llvm-project/llvm/unittests/Option/
DOptionParsingTest.cpp50 TestOptTable(bool IgnoreCase = false) in TestOptTable() argument
51 : OptTable(InfoTable, IgnoreCase) {} in TestOptTable()
162 TEST(Option, IgnoreCase) { in TEST() argument
/external/llvm-project/llvm/include/llvm/FileCheck/
DFileCheck.h35 bool IgnoreCase = false; member
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/
DParserTest.cpp263 R"query(namedDecl(matchesName("^::[ABC]*$", "IgnoreCase | BasicRegex")))query"; in TEST()
370 R"query(namedDecl(matchesName("[ABC]*", "IgnoreCase & BasicRegex")))query")); in TEST()
377 R"query(namedDecl(matchesName("[ABC]*", "IgnoreCase | Basicregex")))query")); in TEST()
/external/llvm-project/llvm/utils/FileCheck/
DFileCheck.cpp59 static cl::opt<bool> IgnoreCase( variable
785 Req.IgnoreCase = IgnoreCase; in main()
/external/llvm/lib/Support/
DRegex.cpp26 if (Flags & IgnoreCase) in Regex()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp28 if (Flags & IgnoreCase) in Regex()
/external/llvm-project/clang/lib/Tooling/Inclusions/
DHeaderIncludes.cpp196 : llvm::Regex::IgnoreCase); in IncludeCategoryManager()
261 llvm::Regex::IgnoreCase); in isMainHeader()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp32 if (Flags & IgnoreCase) in Regex()
/external/llvm-project/llvm/lib/Support/
DRegex.cpp33 if (Flags & IgnoreCase) in Regex()

12