Searched refs:cpp_method (Results 1 – 1 of 1) sorted by relevance
655 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local656 basename = cpp_method.GetBasename(); in LookupInfo()673 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local674 if (cpp_method.IsValid()) { in LookupInfo()675 basename = cpp_method.GetBasename(); in LookupInfo()677 if (!cpp_method.GetQualifiers().empty()) { in LookupInfo()706 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local707 basename = cpp_method.GetBasename(); in LookupInfo()776 if (cpp_method.IsValid()) { in Prune()777 if (cpp_method.GetContext().empty()) { in Prune()[all …]