Home
last modified time | relevance | path

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

/freebsd/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.cpp796 GetClangModulesDeclVendor(); in FindDeclInModules()
1080 GetClangModulesDeclVendor()) { in FindObjCMethodDecls()
1250 GetClangModulesDeclVendor(); in FindObjCPropertyAndIvarDecls()
1497 ClangASTSource::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor() function in ClangASTSource
1500 return persistent_vars->GetClangModulesDeclVendor(); in GetClangModulesDeclVendor()
H A DClangASTSource.h320 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
H A DClangExpressionSourceCode.cpp369 persistent_vars->GetClangModulesDeclVendor(); in GetText()
H A DClangUserExpression.cpp357 persistent_state->GetClangModulesDeclVendor(); in SetupDeclVendor()
H A DClangExpressionDeclMap.cpp1020 GetClangModulesDeclVendor(); in LookupInModulesDeclVendor()
1230 GetClangModulesDeclVendor()) { in LookupFunction()
H A DClangExpressionParser.cpp870 clang_persistent_vars->GetClangModulesDeclVendor()) { in ClangExpressionParser()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp981 persistent_vars->GetClangModulesDeclVendor()) { in GetTypeScavenger()