Home
last modified time | relevance | path

Searched refs:GetContext (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DRichManglingContext.cpp137 return m_cxx_method_parser->GetContext(); in ParseFunctionDeclContextName()
H A DModule.cpp784 if (cpp_method->GetContext().empty()) { in Prune()
792 if (cpp_method->GetContext() == anon_prefix) in Prune()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1081 auto GetContext = [&](api_notes::APINotesReader *Reader) in ProcessAPINotes() local
1124 if (auto Context = GetContext(Reader)) { in ProcessAPINotes()
1149 if (auto Context = GetContext(Reader)) { in ProcessAPINotes()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h257 llvm::StringRef GetContext() { in GetContext() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp127 if (!cxx_method.GetContext().empty()) in GetDemangledFunctionNameWithoutArguments()
128 shortname = cxx_method.GetContext().str() + "::"; in GetDemangledFunctionNameWithoutArguments()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3454 def GetContext : LibBuiltin<"setjmp.h"> {