Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegex.h33 IgnoreCase = 1, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp409 bool IgnoreCase, bool UseRegex) { in createMatchEntry() argument
457 bool IgnoreCase = options().getSelectIgnoreCase(); in addPatterns() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp466 bool UseRegex) { in propagateOptions()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h81 bool IgnoreCase; global() variable
347 OptTable(OptionInfos,IgnoreCase) OptTable() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp88 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable() argument
162 bool IgnoreCase) { in matchOption() argument
780 GenericOptTable(ArrayRef<Info> OptionInfos,bool IgnoreCase) GenericOptTable() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h39 bool IgnoreCase = false; member
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h632 bool IgnoreCase = false; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp181 static opt<bool> IgnoreCase("ignore-case", global() variable