Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp845 GetClangModulesDeclVendor(); in FindDeclInModules()
1138 GetClangModulesDeclVendor()) { in FindObjCMethodDecls()
1308 GetClangModulesDeclVendor(); in FindObjCPropertyAndIvarDecls()
1746 ClangASTSource::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor() function in ClangASTSource
1749 return persistent_vars->GetClangModulesDeclVendor(); in GetClangModulesDeclVendor()
H A DClangASTSource.h317 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
H A DClangExpressionSourceCode.cpp324 persistent_vars->GetClangModulesDeclVendor(); in GetText()
H A DClangUserExpression.cpp361 persistent_state->GetClangModulesDeclVendor(); in SetupDeclVendor()
H A DClangExpressionDeclMap.cpp1025 GetClangModulesDeclVendor(); in LookupInModulesDeclVendor()
1218 GetClangModulesDeclVendor()) { in LookupFunction()
H A DClangExpressionParser.cpp695 clang_persistent_vars->GetClangModulesDeclVendor()) { in ClangExpressionParser()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1012 persistent_vars->GetClangModulesDeclVendor()) { in GetTypeScavenger()