Searched refs:cpp_method (Results 1 – 1 of 1) sorted by relevance
663 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local664 basename = cpp_method.GetBasename(); in LookupInfo()681 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local682 if (cpp_method.IsValid()) { in LookupInfo()683 basename = cpp_method.GetBasename(); in LookupInfo()685 if (!cpp_method.GetQualifiers().empty()) { in LookupInfo()714 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local715 basename = cpp_method.GetBasename(); in LookupInfo()773 if (cpp_method.IsValid()) { in Prune()774 if (cpp_method.GetContext().empty()) { in Prune()[all …]