Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qtcreatorcdbext/
H A Dsymbolgroupvalue.h124 static std::string stripClassPrefixes(const std::string &);
H A Dpytype.cpp227 m_name = SymbolGroupValue::stripClassPrefixes(name); in PyType()
H A Dcontainers.cpp78 = SymbolGroupValue::stripConst(SymbolGroupValue::stripClassPrefixes(type)); in fixInnerType()
976 const std::string &type = SymbolGroupValue::stripClassPrefixes(n.type()); in qMap4Nodes()
H A Dsymbolgroupnode.cpp343 std::string stripped = SymbolGroupValue::stripClassPrefixes(type); in format()
1024 std::string type = SymbolGroupValue::stripClassPrefixes(typeIn); in watchExpression()
H A Dsymbolgroupvalue.cpp142 return addSymbol(base + info.offset, stripClassPrefixes(info.type)); in addSymbolForAncestor()
678 std::string SymbolGroupValue::stripClassPrefixes(const std::string &type) in stripClassPrefixes() function in SymbolGroupValue
882 std::string rc = SymbolGroupValue::stripClassPrefixes(type); in prependModuleAndNameSpace()
1029 const std::string stripped = SymbolGroupValue::stripClassPrefixes(typeIn); in resolveType()