Searched defs:IgnoreCase (Results 1 – 12 of 12) sorted by relevance
30 IgnoreCase=1, enumerator
33 IgnoreCase=1, enumerator
54 bool IgnoreCase; variable
62 bool IgnoreCase; variable
87 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()174 bool IgnoreCase) { in matchOption()
50 TestOptTable(bool IgnoreCase = false) in TestOptTable()158 TEST(Option, IgnoreCase) { in TEST() argument
51 TestOptTable(bool IgnoreCase = false) in TestOptTable()159 TEST(Option, IgnoreCase) { in TEST() argument
98 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase) in OptTable()182 bool IgnoreCase) { in matchOption()
146 IgnoreCase("ignore-case", variable
25 inline bool IgnoreCase(JSRegExp::Flags flags) { in IgnoreCase() function