/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyCheck.h | 343 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;
|
D | ClangTidyCheck.cpp | 181 bool IgnoreCase) const { in getEnumInt() 192 if (IgnoreCase) { in getEnumInt()
|
/external/llvm/lib/Option/ |
D | OptTable.cpp | 87 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/ |
D | OptTable.h | 54 bool IgnoreCase; variable 76 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
D | OptTable.h | 61 bool IgnoreCase; variable 83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
|
/external/llvm-project/llvm/lib/Option/ |
D | OptTable.cpp | 98 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/ |
D | OptTable.cpp | 97 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/ |
D | OptTable.h | 63 bool IgnoreCase; variable 89 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
|
/external/llvm-project/clang/lib/Format/ |
D | NamespaceEndCommentsFixer.cpp | 98 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/ |
D | llvm-dwarfdump.cpp | 168 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/ |
D | OptionParsingTest.cpp | 50 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/ |
D | Regex.h | 33 IgnoreCase=1, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Regex.h | 33 IgnoreCase=1, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Regex.h | 32 IgnoreCase=1, enumerator
|
D | FileCheck.h | 33 bool IgnoreCase = false; member
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Regex.h | 33 IgnoreCase = 1, enumerator
|
/external/llvm-project/llvm/unittests/Option/ |
D | OptionParsingTest.cpp | 50 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/ |
D | FileCheck.h | 35 bool IgnoreCase = false; member
|
/external/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
D | ParserTest.cpp | 263 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/ |
D | FileCheck.cpp | 59 static cl::opt<bool> IgnoreCase( variable 785 Req.IgnoreCase = IgnoreCase; in main()
|
/external/llvm/lib/Support/ |
D | Regex.cpp | 26 if (Flags & IgnoreCase) in Regex()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Regex.cpp | 28 if (Flags & IgnoreCase) in Regex()
|
/external/llvm-project/clang/lib/Tooling/Inclusions/ |
D | HeaderIncludes.cpp | 196 : llvm::Regex::IgnoreCase); in IncludeCategoryManager() 261 llvm::Regex::IgnoreCase); in isMainHeader()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Regex.cpp | 32 if (Flags & IgnoreCase) in Regex()
|
/external/llvm-project/llvm/lib/Support/ |
D | Regex.cpp | 33 if (Flags & IgnoreCase) in Regex()
|