Home
last modified time | relevance | path

Searched refs:ClangASTSource (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp54 ClangASTSource::ClangASTSource( in ClangASTSource() function in ClangASTSource
63 void ClangASTSource::InstallASTContext(TypeSystemClang &clang_ast_context) { in InstallASTContext()
70 ClangASTSource::~ClangASTSource() { in ~ClangASTSource()
93 void ClangASTSource::StartTranslationUnit(ASTConsumer *Consumer) { in StartTranslationUnit()
102 bool ClangASTSource::FindExternalVisibleDeclsByName( in FindExternalVisibleDeclsByName()
186 TagDecl *ClangASTSource::FindCompleteType(const TagDecl *decl) { in FindCompleteType()
281 void ClangASTSource::CompleteType(TagDecl *tag_decl) { in CompleteType()
310 void ClangASTSource::CompleteType(clang::ObjCInterfaceDecl *interface_decl) { in CompleteType()
345 clang::ObjCInterfaceDecl *ClangASTSource::GetCompleteObjCInterface( in GetCompleteObjCInterface()
386 void ClangASTSource::FindExternalLexicalDecls( in FindExternalLexicalDecls()
[all …]
H A DClangASTSource.h33 class ClangASTSource : public clang::ExternalASTSource,
45 ClangASTSource(const lldb::TargetSP &target,
49 ~ClangASTSource() override;
212 ClangASTSourceProxy(ClangASTSource &original) : m_original(original) {} in ClangASTSourceProxy()
250 ClangASTSource &m_original;
H A DCMakeLists.txt7 ClangASTSource.cpp
H A DClangExpressionDeclMap.h57 class ClangExpressionDeclMap : public ClangASTSource {
H A DClangExpressionDeclMap.cpp92 : ClangASTSource(target, importer), m_found_entities(), m_struct_members(), in ClangExpressionDeclMap()
730 ClangASTSource::FindExternalVisibleDecls(context); in FindExternalVisibleDecls()
/openbsd-src/gnu/usr.bin/clang/liblldbPluginExpressionParser/
H A DMakefile14 ClangASTSource.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ExpressionParser/Clang/
H A DBUILD.gn49 "ClangASTSource.cpp",
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h53 class ClangASTSource; variable
1238 std::unique_ptr<ClangASTSource> CreateASTSource();
1253 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;
H A DTypeSystemClang.cpp9909 std::unique_ptr<ClangASTSource> ast_source) in SpecializedScratchAST()
9920 std::unique_ptr<ClangASTSource> m_scratch_ast_source_up;
10054 std::unique_ptr<ClangASTSource> ScratchTypeSystemClang::CreateASTSource() { in CreateASTSource()
10055 return std::make_unique<ClangASTSource>( in CreateASTSource()
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4142 lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h