reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
66 std::vector<CompilerType> FindTypes(ConstString name, uint32_t max_matches);
1848 auto types = vendor->FindTypes(const_typename, /*max_matches*/ 1); 1903 vendor->FindTypes(const_typename, /*max_matches*/ UINT32_MAX);tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
942 decl_vendor->FindTypes(name, /*max_matches*/ UINT32_MAX)) { 968 auto types = clang_modules_decl_vendor->FindTypes(tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
479 auto types = vendor->FindTypes(class_name, /*max_matches*/ 1);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp 240 auto types = decl_vendor->FindTypes(ConstString(name), /*max_matches*/ 1);