Searched refs:GetContext (Results 1 – 6 of 6) sorted by relevance
137 return m_cxx_method_parser->GetContext(); in ParseFunctionDeclContextName()
784 if (cpp_method->GetContext().empty()) { in Prune()792 if (cpp_method->GetContext() == anon_prefix) in Prune()
1081 auto GetContext = [&](api_notes::APINotesReader *Reader) in ProcessAPINotes() local1124 if (auto Context = GetContext(Reader)) { in ProcessAPINotes()1149 if (auto Context = GetContext(Reader)) { in ProcessAPINotes()
257 llvm::StringRef GetContext() { in GetContext() function
127 if (!cxx_method.GetContext().empty()) in GetDemangledFunctionNameWithoutArguments()128 shortname = cxx_method.GetContext().str() + "::"; in GetDemangledFunctionNameWithoutArguments()
3454 def GetContext : LibBuiltin<"setjmp.h"> {