Home
last modified time | relevance | path

Searched refs:IgnoreCase (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp97 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/
DOptTable.h61 bool IgnoreCase; variable
83 OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase = false);
/third_party/css-what/src/__fixtures__/
Dtests.ts381 ignoreCase: IgnoreCaseMode.IgnoreCase,
939 ignoreCase: IgnoreCaseMode.IgnoreCase,
955 ignoreCase: IgnoreCaseMode.IgnoreCase,
/third_party/rust/crates/clap/src/builder/
Darg_settings.rs41 IgnoreCase, enumerator
88 IgnoreCase => Flags::CASE_INSENSITIVE,
Darg.rs1311 self.setting(ArgSettings::IgnoreCase) in ignore_case()
1313 self.unset_setting(ArgSettings::IgnoreCase) in ignore_case()
4057 self.is_set(ArgSettings::IgnoreCase) in is_ignore_case_set()
/third_party/css-what/src/
Dtypes.ts35 IgnoreCase: true,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DRegex.h33 IgnoreCase=1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRegex.h32 IgnoreCase=1, enumerator
DFileCheck.h33 bool IgnoreCase = false; member
/third_party/node/deps/v8/src/regexp/
Dregexp-flags.h23 V(ignore_case, IgnoreCase, ignoreCase, 'i', 1) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp28 if (Flags & IgnoreCase) in Regex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp32 if (Flags & IgnoreCase) in Regex()
DFileCheck.cpp312 IgnoreCase = Req.IgnoreCase; in parsePattern()
614 IgnoreCase ? Buffer.find_lower(FixedStr) : Buffer.find(FixedStr); in match()
653 if (IgnoreCase) in match()
654 Flags |= Regex::IgnoreCase; in match()
DFileCheckImpl.h425 bool IgnoreCase = false; variable
/third_party/rust/crates/clap/
DCHANGELOG.md1446 - `IgnoreCase` is now unicode aware (requires `unicode` feature flag)