Home
last modified time | relevance | path

Searched refs:IsIgnoredChar (Results 1 – 5 of 5) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DSelection.cpp691 auto IsIgnoredChar = [](char C) { return isWhitespace(C) || C == ';'; }; in pointBounds() local
692 if (IsIgnoredChar(Buf[Offset]) && !IsIgnoredChar(Buf[Offset - 1])) in pointBounds()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DSelection.cpp691 auto IsIgnoredChar = [](char C) { return isWhitespace(C) || C == ';'; }; in pointBounds() local
692 if (IsIgnoredChar(Buf[Offset]) && !IsIgnoredChar(Buf[Offset - 1])) in pointBounds()
/dports/devel/fpc-regexpr/fpc-3.2.2/packages/regexpr/src/
H A Dregexpr.pas771 function IsIgnoredChar(AChar: REChar): boolean; {$IFDEF InlineFuncs}inline;{$ENDIF} in IsIgnoredChar() function
3319 ((regparse^ = '#') or IsIgnoredChar(regparse^)) then
3335 while IsIgnoredChar(regparse^) do
3365 if not fCompModifiers.X or not IsIgnoredChar(regparse^) then
/dports/lang/fpc-source/fpc-3.2.2/packages/regexpr/src/
H A Dregexpr.pas771 function IsIgnoredChar(AChar: REChar): boolean; {$IFDEF InlineFuncs}inline;{$ENDIF} in IsIgnoredChar() function
3319 ((regparse^ = '#') or IsIgnoredChar(regparse^)) then
3335 while IsIgnoredChar(regparse^) do
3365 if not fCompModifiers.X or not IsIgnoredChar(regparse^) then
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datsynedit_regexpr.pas880 function IsIgnoredChar(AChar: REChar): boolean; {$IFDEF InlineFuncs}inline;{$ENDIF} in IsIgnoredChar() function
4185 ((regParse^ = '#') or IsIgnoredChar(regParse^)) then
4201 while IsIgnoredChar(regParse^) do
4231 if not fCompModifiers.X or not IsIgnoredChar(regParse^) then