Searched defs:IgnoreCase (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/include/llvm/Support/ |
H A D | Regex.h | 33 IgnoreCase = 1, enumerator
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.cpp | 409 bool IgnoreCase, bool UseRegex) { in createMatchEntry() 457 bool IgnoreCase = options().getSelectIgnoreCase(); in addPatterns() local
|
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 466 bool UseRegex) { in propagateOptions()
|
/llvm-project/llvm/include/llvm/Option/ |
H A D | OptTable.h | 92 bool IgnoreCase; global() variable 372 OptTable(OptionInfos,IgnoreCase) OptTable() argument
|
/llvm-project/llvm/unittests/Option/ |
H A D | OptionParsingTest.cpp | 72 OptionPrefixesUnion, IgnoreCase) {} in TestPrecomputedOptTable() argument 66 TestOptTable(bool IgnoreCase=false) TestOptTable() argument 233 TYPED_TEST(OptTableTest,IgnoreCase) TYPED_TEST() argument
|
/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 88 OptTable(ArrayRef<Info> OptionInfos,bool IgnoreCase) OptTable() argument 162 matchOption(const OptTable::Info * I,StringRef Str,bool IgnoreCase) matchOption() argument 782 GenericOptTable(ArrayRef<Info> OptionInfos,bool IgnoreCase) GenericOptTable() argument
|
/llvm-project/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 39 bool IgnoreCase = false; member
|
/llvm-project/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 62 static cl::opt<bool> IgnoreCase( variable
|
/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 632 bool IgnoreCase = false; variable
|
/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 189 static opt<bool> IgnoreCase("ignore-case", variable
|