Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DASTResultSynthesizer.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 …]
DCMakeLists.txt5 ASTResultSynthesizer.cpp
DAndroid.mk18 ASTResultSynthesizer.cpp \
DClangUserExpression.cpp105 m_result_synthesizer.reset(new ASTResultSynthesizer(passthrough, in ASTTransformer()
/external/lldb/include/lldb/Expression/
DASTResultSynthesizer.h32 class ASTResultSynthesizer : public clang::SemaConsumer
48 ASTResultSynthesizer(clang::ASTConsumer *passthrough,
54 ~ASTResultSynthesizer();
DClangUserExpression.h415 …std::unique_ptr<ASTResultSynthesizer> m_result_synthesizer; ///< The result synthesizer, …
/external/lldb/include/lldb/
Dlldb-forward.h29 class ASTResultSynthesizer; variable
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj256 …3E0E00698AC0 /* ASTResultSynthesizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 49A8A39F11…
1462ASTResultSynthesizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourc…
1463ASTResultSynthesizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec…
2904 49A8A3A311D568BF00AD3B68 /* ASTResultSynthesizer.h */,
2905 49A8A39F11D568A300AD3B68 /* ASTResultSynthesizer.cpp */,
4036 2689006813353E0E00698AC0 /* ASTResultSynthesizer.cpp in Sources */,