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.cpp795 GetClangModulesDeclVendor(); in FindDeclInModules()
1079 GetClangModulesDeclVendor()) { in FindObjCMethodDecls()
1249 GetClangModulesDeclVendor(); in FindObjCPropertyAndIvarDecls()
1497 ClangASTSource::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor() function in ClangASTSource
1500 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.cpp356 persistent_state->GetClangModulesDeclVendor(); in SetupDeclVendor()
H A DClangExpressionDeclMap.cpp1019 GetClangModulesDeclVendor(); in LookupInModulesDeclVendor()
1231 GetClangModulesDeclVendor()) { in LookupFunction()
H A DClangExpressionParser.cpp670 clang_persistent_vars->GetClangModulesDeclVendor()) { in ClangExpressionParser()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp964 persistent_vars->GetClangModulesDeclVendor()) { in GetTypeScavenger()