Searched refs:GetContext (Results 1 – 6 of 6) sorted by relevance
139 ->GetContext(); in ParseFunctionDeclContextName()
800 if (cpp_method.GetContext().empty()) { in Prune()808 if (cpp_method.GetContext() == anon_prefix) in Prune()
53 llvm::StringRef GetContext();
87 if (!cxx_method.GetContext().empty()) in GetDemangledFunctionNameWithoutArguments()88 shortname = cxx_method.GetContext().str() + "::"; in GetDemangledFunctionNameWithoutArguments()281 llvm::StringRef CPlusPlusLanguage::MethodName::GetContext() { in GetContext() function in CPlusPlusLanguage::MethodName
935 auto GetContext = [&](api_notes::APINotesReader *Reader) in ProcessAPINotes() local978 if (auto Context = GetContext(Reader)) { in ProcessAPINotes()1003 if (auto Context = GetContext(Reader)) { in ProcessAPINotes()
3299 def GetContext : LibBuiltin<"setjmp.h"> {