Searched refs:cpp_method (Results 1 – 1 of 1) sorted by relevance
661 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local662 basename = cpp_method.GetBasename(); in LookupInfo()679 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local680 if (cpp_method.IsValid()) { in LookupInfo()681 basename = cpp_method.GetBasename(); in LookupInfo()683 if (!cpp_method.GetQualifiers().empty()) { in LookupInfo()712 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local713 basename = cpp_method.GetBasename(); in LookupInfo()771 if (cpp_method.IsValid()) { in Prune()772 if (cpp_method.GetContext().empty()) { in Prune()[all …]