Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDASTStructExtractor.cpp29 ASTStructExtractor::ASTStructExtractor(ASTConsumer *passthrough, in ASTStructExtractor() function in ASTStructExtractor
46 ASTStructExtractor::~ASTStructExtractor() in ~ASTStructExtractor()
51 ASTStructExtractor::Initialize(ASTContext &Context) in Initialize()
60 ASTStructExtractor::ExtractFromFunctionDecl(FunctionDecl *F) in ExtractFromFunctionDecl()
122 ASTStructExtractor::ExtractFromTopLevelDecl(Decl* D) in ExtractFromTopLevelDecl()
149 ASTStructExtractor::HandleTopLevelDecl(DeclGroupRef D) in HandleTopLevelDecl()
168 ASTStructExtractor::HandleTranslationUnit(ASTContext &Ctx) in HandleTranslationUnit()
175 ASTStructExtractor::HandleTagDeclDefinition(TagDecl *D) in HandleTagDeclDefinition()
182 ASTStructExtractor::CompleteTentativeDefinition(VarDecl *D) in CompleteTentativeDefinition()
189 ASTStructExtractor::HandleVTable(CXXRecordDecl *RD) in HandleVTable()
[all …]
HDClangFunction.cpp593 …m_struct_extractor.reset(new ASTStructExtractor(passthrough, m_wrapper_struct_name.c_str(), *this)… in ASTTransformer()
/NextBSD/lib/clang/liblldbExpression/
HDMakefile.depend43 ASTStructExtractor.o: AttrList.inc.h
44 ASTStructExtractor.o: AttrParsedAttrList.inc.h
45 ASTStructExtractor.o: Attrs.inc.h
46 ASTStructExtractor.o: CommentCommandList.inc.h
47 ASTStructExtractor.o: DeclNodes.inc.h
48 ASTStructExtractor.o: DiagnosticCommonKinds.inc.h
49 ASTStructExtractor.o: StmtNodes.inc.h
50 ASTStructExtractor.po: AttrList.inc.h
51 ASTStructExtractor.po: AttrParsedAttrList.inc.h
52 ASTStructExtractor.po: Attrs.inc.h
[all …]
HDMakefile10 ASTStructExtractor.cpp \
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDASTStructExtractor.h35 class ASTStructExtractor : public clang::SemaConsumer
55 ASTStructExtractor(clang::ASTConsumer *passthrough,
62 virtual ~ASTStructExtractor();
HDClangFunction.h31 class ASTStructExtractor; variable
69 friend class ASTStructExtractor; variable
431 …std::unique_ptr<ASTStructExtractor> m_struct_extractor; ///< The class that generates the …