Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp106 const bool is_templated = name.find('<') != std::string::npos; in BuildAggregate() local
127 if (is_templated) in BuildAggregate()