Home
last modified time | relevance | path

Searched refs:GetClangModulesDeclVendor (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h46 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
H A DClangPersistentVariables.cpp119 ClangPersistentVariables::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor() function in ClangPersistentVariables
H A DClangASTSource.cpp845 GetClangModulesDeclVendor(); in FindDeclInModules()
1129 GetClangModulesDeclVendor()) { in FindObjCMethodDecls()
1299 GetClangModulesDeclVendor(); in FindObjCPropertyAndIvarDecls()
1736 ClangASTSource::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor() function in ClangASTSource
1739 return persistent_vars->GetClangModulesDeclVendor(); in GetClangModulesDeclVendor()
H A DClangASTSource.h317 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
H A DClangExpressionSourceCode.cpp370 persistent_vars->GetClangModulesDeclVendor(); in GetText()
H A DClangUserExpression.cpp357 persistent_state->GetClangModulesDeclVendor(); in SetupDeclVendor()
H A DClangExpressionDeclMap.cpp1020 GetClangModulesDeclVendor(); in LookupInModulesDeclVendor()
1233 GetClangModulesDeclVendor()) { in LookupFunction()
H A DClangExpressionParser.cpp667 clang_persistent_vars->GetClangModulesDeclVendor()) { in ClangExpressionParser()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp964 persistent_vars->GetClangModulesDeclVendor()) { in GetTypeScavenger()