Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Expression/
HDASTResultSynthesizer.cpp33 ASTResultSynthesizer::ASTResultSynthesizer(ASTConsumer *passthrough, in ASTResultSynthesizer() function in ASTResultSynthesizer
47 ASTResultSynthesizer::~ASTResultSynthesizer() in ~ASTResultSynthesizer()
52 ASTResultSynthesizer::Initialize(ASTContext &Context) in Initialize()
61 ASTResultSynthesizer::TransformTopLevelDecl(Decl* D) in TransformTopLevelDecl()
111 ASTResultSynthesizer::HandleTopLevelDecl(DeclGroupRef D) in HandleTopLevelDecl()
130 ASTResultSynthesizer::SynthesizeFunctionResult (FunctionDecl *FunDecl) in SynthesizeFunctionResult()
176 ASTResultSynthesizer::SynthesizeObjCMethodResult (ObjCMethodDecl *MethodDecl) in SynthesizeObjCMethodResult()
224 ASTResultSynthesizer::SynthesizeBodyResult (CompoundStmt *Body, in SynthesizeBodyResult()
422 ASTResultSynthesizer::HandleTranslationUnit(ASTContext &Ctx) in HandleTranslationUnit()
429 ASTResultSynthesizer::RecordPersistentTypes(DeclContext *FunDeclCtx) in RecordPersistentTypes()
[all …]
HDClangUserExpression.cpp99 m_result_synthesizer.reset(new ASTResultSynthesizer(passthrough, in ASTTransformer()
/trueos/contrib/llvm/tools/lldb/include/lldb/Expression/
HDASTResultSynthesizer.h32 class ASTResultSynthesizer : public clang::SemaConsumer
48 ASTResultSynthesizer(clang::ASTConsumer *passthrough,
54 ~ASTResultSynthesizer();
HDClangUserExpression.h350 …std::unique_ptr<ASTResultSynthesizer> m_result_synthesizer; ///< The result synthesizer, …
/trueos/lib/clang/liblldbExpression/
HDMakefile9 ASTResultSynthesizer.cpp \
/trueos/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h29 class ASTResultSynthesizer; variable