OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCSharp
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp
427
if (Style.
isCSharp
()) {
518
if (!Style.
isCSharp
() && NextTok->is(tok::l_square)) {
1077
Style.Language == FormatStyle::LK_JavaScript || Style.
isCSharp
())
1389
if (Style.
isCSharp
() && FormatTok->is(Keywords.kw_where) &&
1489
if (Style.
isCSharp
() && Style.BraceWrapping.AfterFunction == true) {
1503
if (Style.
isCSharp
())
1529
if (!Style.
isCSharp
())
1793
if (Style.
isCSharp
()) {
1840
if (Style.
isCSharp
())
2178
if (Style.
isCSharp
()) {
[
all
...]
FormatTokenLexer.cpp
73
if (Style.
isCSharp
())
95
if (Style.Language == FormatStyle::LK_JavaScript || Style.
isCSharp
()) {
119
if (Style.
isCSharp
()) {
TokenAnnotator.cpp
154
!Style.
isCSharp
() && Style.Language != FormatStyle::LK_Proto &&
431
if (!Style.
isCSharp
())
855
} else if (Style.
isCSharp
()) {
1073
if (Style.
isCSharp
()) {
1108
if (Style.
isCSharp
() && Tok->is(Keywords.kw_where) && Tok->Next &&
1567
if ((Style.Language == FormatStyle::LK_JavaScript || Style.
isCSharp
()) &&
1795
if (!Style.
isCSharp
() && !Style.isCpp() &&
1832
if (Tok.Next->is(Keywords.kw_in) && Style.
isCSharp
())
1944
if (Style.
isCSharp
() && Tok.is(tok::ampamp))
3123
} else if (Style.
isCSharp
()) {
[
all
...]
ContinuationIndenter.cpp
497
(!Style.
isCSharp
() ||
1113
else if (Style.
isCSharp
()) // C# allows `["key"] = value` inside object
1913
Style.Language == FormatStyle::LK_JavaScript || Style.
isCSharp
() ||
UnwrappedLineFormatter.cpp
99
Style.Language == FormatStyle::LK_JavaScript || Style.
isCSharp
())
1172
(Style.
isCSharp
() &&
FormatToken.h
649
if (is(tok::l_brace) && getBlockKind() == BK_BracedInit && Style.
isCSharp
())
/src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h
2450
bool
isCSharp
() const { return Language == LK_CSharp; }
Completed in 52 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026