Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangPersistentVariables.h46 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
DClangPersistentVariables.cpp118 ClangPersistentVariables::GetClangModulesDeclVendor() { in GetClangModulesDeclVendor() function in ClangPersistentVariables
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()
DClangASTSource.h317 std::shared_ptr<ClangModulesDeclVendor> GetClangModulesDeclVendor();
DClangExpressionSourceCode.cpp358 persistent_vars->GetClangModulesDeclVendor(); in GetText()
DClangUserExpression.cpp358 persistent_state->GetClangModulesDeclVendor(); in SetupDeclVendor()
DClangExpressionDeclMap.cpp1025 GetClangModulesDeclVendor(); in LookupInModulesDeclVendor()
1242 GetClangModulesDeclVendor()) { in LookupFunction()
DClangExpressionParser.cpp684 clang_persistent_vars->GetClangModulesDeclVendor()) { in ClangExpressionParser()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp1032 persistent_vars->GetClangModulesDeclVendor()) { in GetTypeScavenger()