Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h45 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
H A DClangPersistentVariables.cpp116 ClangPersistentVariables::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor() function in ClangPersistentVariables
H A DClangASTSource.cpp853 GetClangModulesDeclVendor(); in FindDeclInModules()
1147 GetClangModulesDeclVendor()) { in FindObjCMethodDecls()
1317 GetClangModulesDeclVendor(); in FindObjCPropertyAndIvarDecls()
1754 ClangASTSource::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor() function in ClangASTSource
1757 return persistent_vars->GetClangModulesDeclVendor(); in GetClangModulesDeclVendor()
H A DClangASTSource.h317 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
H A DClangExpressionSourceCode.cpp358 persistent_vars->GetClangModulesDeclVendor(); in GetText()
H A DClangUserExpression.cpp358 persistent_state->GetClangModulesDeclVendor(); in SetupDeclVendor()
H A DClangExpressionDeclMap.cpp1024 GetClangModulesDeclVendor(); in LookupInModulesDeclVendor()
1241 GetClangModulesDeclVendor()) { in LookupFunction()
H A DClangExpressionParser.cpp696 clang_persistent_vars->GetClangModulesDeclVendor()) { in ClangExpressionParser()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1028 persistent_vars->GetClangModulesDeclVendor()) { in GetTypeScavenger()