Searched refs:cpp_method (Results 1 – 2 of 2) sorted by relevance
657 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local658 basename = cpp_method.GetBasename(); in LookupInfo()675 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local676 if (cpp_method.IsValid()) { in LookupInfo()677 basename = cpp_method.GetBasename(); in LookupInfo()679 if (!cpp_method.GetQualifiers().empty()) { in LookupInfo()708 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local709 basename = cpp_method.GetBasename(); in LookupInfo()798 CPlusPlusLanguage::MethodName cpp_method(full_name); in Prune() local799 if (cpp_method.IsValid()) { in Prune()[all …]
184 CPlusPlusLanguage::MethodName cpp_method{ConstString(full_name)}; in PrettyPrintFunctionNameWithArgs() local186 if (!cpp_method.IsValid()) in PrettyPrintFunctionNameWithArgs()189 llvm::StringRef return_type = cpp_method.GetReturnType(); in PrettyPrintFunctionNameWithArgs()195 out_stream.PutCString(cpp_method.GetScopeQualifiedName()); in PrettyPrintFunctionNameWithArgs()202 llvm::StringRef qualifiers = cpp_method.GetQualifiers(); in PrettyPrintFunctionNameWithArgs()