MCPcopy Create free account
hub / github.com/KDE/kdevelop / isOperatorOrArrowOperator

Function isOperatorOrArrowOperator

kdevplatform/language/duchain/stringhelpers.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool isOperatorOrArrowOperator(QStringView str, int pos)
113{
114 return isOperator(str, pos) || isArrowOperator(str, pos);
115}
116
117/// Skips literals enclosed in single or double quotes.
118/// No need to support raw string literals, because they cannot appear within a macro parameter list;

Callers 2

findClosingAngleBracketFunction · 0.85
findCommaOrEndFunction · 0.85

Calls 2

isOperatorFunction · 0.85
isArrowOperatorFunction · 0.85

Tested by

no test coverage detected