Home
last modified time | relevance | path

Searched defs:IgnoreCase (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DRegex.h33 IgnoreCase = 1, enumerator
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp409 bool IgnoreCase, bool UseRegex) { in createMatchEntry()
457 bool IgnoreCase = options().getSelectIgnoreCase(); in addPatterns() local
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp466 bool UseRegex) { in propagateOptions()
/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h92 bool IgnoreCase; global() variable
372 OptTable(OptionInfos,IgnoreCase) OptTable() argument
/llvm-project/llvm/unittests/Option/
H A DOptionParsingTest.cpp72 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 DOptTable.cpp88 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 DFileCheck.h39 bool IgnoreCase = false; member
/llvm-project/llvm/utils/FileCheck/
H A DFileCheck.cpp62 static cl::opt<bool> IgnoreCase( variable
/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h632 bool IgnoreCase = false; variable
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp189 static opt<bool> IgnoreCase("ignore-case", variable