Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTResultSynthesizer.cpp35 ASTResultSynthesizer::ASTResultSynthesizer(ASTConsumer *passthrough, in ASTResultSynthesizer() function in ASTResultSynthesizer
46 ASTResultSynthesizer::~ASTResultSynthesizer() {} in ~ASTResultSynthesizer()
48 void ASTResultSynthesizer::Initialize(ASTContext &Context) { in Initialize()
55 void ASTResultSynthesizer::TransformTopLevelDecl(Decl *D) { in TransformTopLevelDecl()
100 bool ASTResultSynthesizer::HandleTopLevelDecl(DeclGroupRef D) { in HandleTopLevelDecl()
114 bool ASTResultSynthesizer::SynthesizeFunctionResult(FunctionDecl *FunDecl) { in SynthesizeFunctionResult()
155 bool ASTResultSynthesizer::SynthesizeObjCMethodResult( in SynthesizeObjCMethodResult()
199 bool ASTResultSynthesizer::SynthesizeBodyResult(CompoundStmt *Body, in SynthesizeBodyResult()
386 void ASTResultSynthesizer::HandleTranslationUnit(ASTContext &Ctx) { in HandleTranslationUnit()
391 void ASTResultSynthesizer::RecordPersistentTypes(DeclContext *FunDeclCtx) { in RecordPersistentTypes()
[all …]
DASTResultSynthesizer.h37 class ASTResultSynthesizer : public clang::SemaConsumer {
54 ASTResultSynthesizer(clang::ASTConsumer *passthrough, bool top_level,
58 ~ASTResultSynthesizer() override;
DCMakeLists.txt2 ASTResultSynthesizer.cpp
DClangUserExpression.h89 std::unique_ptr<ASTResultSynthesizer> m_result_synthesizer_up;
DClangUserExpression.cpp930 m_result_synthesizer_up = std::make_unique<ASTResultSynthesizer>( in ASTTransformer()
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h20 class ASTResultSynthesizer; variable