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.cpp139 ->GetContext(); in ParseFunctionDeclContextName()
H A DModule.cpp800 if (cpp_method.GetContext().empty()) { in Prune()
808 if (cpp_method.GetContext() == anon_prefix) in Prune()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h53 llvm::StringRef GetContext();
H A DCPlusPlusLanguage.cpp87 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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp935 auto GetContext = [&](api_notes::APINotesReader *Reader) in ProcessAPINotes() local
978 if (auto Context = GetContext(Reader)) { in ProcessAPINotes()
1003 if (auto Context = GetContext(Reader)) { in ProcessAPINotes()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td3299 def GetContext : LibBuiltin<"setjmp.h"> {