Home
last modified time | relevance | path

Searched refs:CaseInsensitive (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMasmParser.cpp998 bool CaseInsensitive);
1010 bool CaseInsensitive);
1046 bool CaseInsensitive);
6205 bool CaseInsensitive) { in parseDirectiveIfidn() argument
6230 if (CaseInsensitive) in parseDirectiveIfidn()
6402 bool CaseInsensitive) { in parseDirectiveElseIfidn() argument
6441 if (CaseInsensitive) in parseDirectiveElseIfidn()
6578 bool CaseInsensitive) { in parseDirectiveErrorIfidn() argument
6621 if (CaseInsensitive) in parseDirectiveErrorIfidn()
6628 if ((CaseInsensitive && in parseDirectiveErrorIfidn()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3916 If ``CaseInsensitive``, includes are sorted in an ASCIIbetical or case
3945 * ``SI_CaseInsensitive`` (in configuration: ``CaseInsensitive``)
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp1894 TEST_F(VFSFromYAMLTest, CaseInsensitive) { in TEST_F() argument