Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDRegex.h33 IgnoreCase = 1, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
HDLVOptions.cpp409 bool IgnoreCase, bool UseRegex) { in createMatchEntry()
457 bool IgnoreCase = options().getSelectIgnoreCase(); in addPatterns() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
HDOptions.cpp466 bool UseRegex) { in propagateOptions()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Option/
HDOptTable.h92 bool IgnoreCase; variable
372 : OptTable(OptionInfos, IgnoreCase), PrefixesUnion(PrefixesTable) { in OptTable() argument
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Option/
HDOptTable.cpp88 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()
162 bool IgnoreCase) { in matchOption()
782 GenericOptTable::GenericOptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in GenericOptTable()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/FileCheck/
HDFileCheck.h39 bool IgnoreCase = false; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/FileCheck/
HDFileCheckImpl.h632 bool IgnoreCase = false; variable
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp189 static opt<bool> IgnoreCase("ignore-case", variable