Searched refs:cpp_method (Results 1 – 2 of 2) sorted by relevance
660 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local661 basename = cpp_method.GetBasename(); in LookupInfo()678 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local679 if (cpp_method.IsValid()) { in LookupInfo()680 basename = cpp_method.GetBasename(); in LookupInfo()682 if (!cpp_method.GetQualifiers().empty()) { in LookupInfo()711 CPlusPlusLanguage::MethodName cpp_method(name); in LookupInfo() local712 basename = cpp_method.GetBasename(); in LookupInfo()803 CPlusPlusLanguage::MethodName cpp_method(full_name); in Prune() local804 if (cpp_method.IsValid()) { in Prune()[all …]
183 CPlusPlusLanguage::MethodName cpp_method{ConstString(full_name)}; in PrettyPrintFunctionNameWithArgs() local185 if (!cpp_method.IsValid()) in PrettyPrintFunctionNameWithArgs()188 llvm::StringRef return_type = cpp_method.GetReturnType(); in PrettyPrintFunctionNameWithArgs()194 out_stream.PutCString(cpp_method.GetScopeQualifiedName()); in PrettyPrintFunctionNameWithArgs()201 llvm::StringRef qualifiers = cpp_method.GetQualifiers(); in PrettyPrintFunctionNameWithArgs()