Home
last modified time | relevance | path

Searched refs:TypeExistsByName (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/debugger/model/
H A DTeamTypeInformation.h27 virtual bool TypeExistsByName(const BString& name,
/haiku/headers/private/debugger/debug_info/
H A DTeamDebugInfo.h60 virtual bool TypeExistsByName(const BString& name,
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.cpp323 else if (fTypeInfo->TypeExistsByName(token.string, constraints)) in _MapTokenToSyntaxType()
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp385 TeamDebugInfo::TypeExistsByName(const BString& name, in TypeExistsByName() function in TeamDebugInfo