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

Function isVarNameChar

plugins/qmakemanager/variablereferenceparser.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "variablereferenceparser.h"
8
9bool isVarNameChar(QChar* c)
10{
11 bool ret = c->isLetterOrNumber() || c->unicode() == '_';
12 return ret;
13}
14
15VariableInfo::VariableInfo()
16{

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected