Searched refs:ASTResultSynthesizer (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.h1 //===-- ASTResultSynthesizer.h ----------------------------------*- C++ -*-===//
18 /// \class ASTResultSynthesizer ASTResultSynthesizer.h
19 /// "lldb/Expression/ASTResultSynthesizer.h" Adds a result variable
27 /// ASTResultSynthesizer's job is to add the variable and its initialization
30 class ASTResultSynthesizer : public clang::SemaConsumer { class in namespace:lldb_private
47 ASTResultSynthesizer(clang::ASTConsumer *passthrough, bool top_level,
51 ~ASTResultSynthesizer() override;
H A DASTResultSynthesizer.cpp1 //===-- ASTResultSynthesizer.cpp --------------------------------*- C++ -*-===//
9 #include "ASTResultSynthesizer.h"
35 ASTResultSynthesizer::ASTResultSynthesizer(ASTConsumer *passthrough, function in class:ASTResultSynthesizer
46 ASTResultSynthesizer::~ASTResultSynthesizer() {}
48 void ASTResultSynthesizer::Initialize(ASTContext &Context) {
55 void ASTResultSynthesizer::TransformTopLevelDecl(Decl *D) {
100 bool ASTResultSynthesizer::HandleTopLevelDecl(DeclGroupRef D) {
114 bool ASTResultSynthesizer
[all...]
H A DClangUserExpression.h14 #include "ASTResultSynthesizer.h"
90 std::unique_ptr<ASTResultSynthesizer> m_result_synthesizer_up;
H A DClangUserExpression.cpp22 #include "ASTResultSynthesizer.h"
908 new ASTResultSynthesizer(passthrough, m_top_level, m_target));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h26 class ASTResultSynthesizer;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile314 SRCS+= Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp

Completed in 170 milliseconds