Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangASTSource.cpp30 m_ast_importer->ForgetDestination(m_ast_context); in ~ClangASTSource()
44 if (m_ast_context != scratch_ast_context) in ~ClangASTSource()
45 m_ast_importer->ForgetSource(scratch_ast_context, m_ast_context); in ~ClangASTSource()
51 if (!m_ast_context) in StartTranslationUnit()
54 m_ast_context->getTranslationUnitDecl()->setHasExternalVisibleStorage(); in StartTranslationUnit()
55 m_ast_context->getTranslationUnitDecl()->setHasExternalLexicalStorage(); in StartTranslationUnit()
66 if (!m_ast_context) in FindExternalVisibleDeclsByName()
181 m_ast_context, in CompleteType()
313 …ceDecl] on (ASTContext*)%p Completing an ObjCInterfaceDecl named %s", m_ast_context, interface_dec… in CompleteType()
388 m_ast_context, in FindExternalLexicalDecls()
[all …]
DASTStructExtractor.cpp32 m_ast_context (NULL), in ASTStructExtractor()
53 m_ast_context = &Context; in Initialize()
102 const ASTRecordLayout* struct_layout(&m_ast_context->getASTRecordLayout (struct_decl)); in ExtractFromFunctionDecl()
140 if (m_ast_context && in ExtractFromTopLevelDecl()
DASTResultSynthesizer.cpp35 m_ast_context (NULL), in ASTResultSynthesizer()
54 m_ast_context = &Context; in Initialize()
92 if (m_ast_context && in TransformTopLevelDecl()
101 if (m_ast_context && in TransformTopLevelDecl()
229 ASTContext &Ctx(*m_ast_context); in SynthesizeBodyResult()
461 m_ast_context, in MaybeRecordPersistentType()
DClangExpressionDeclMap.cpp793 assert (m_ast_context); in FindExternalVisibleDecls()
873 assert (m_ast_context); in FindExternalVisibleDecls()
945 …TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo(QualType::getFromOpaque… in FindExternalVisibleDecls()
950 TypedefDecl *typedef_decl = TypedefDecl::Create(*m_ast_context, in FindExternalVisibleDecls()
951m_ast_context->getTranslationUnitDecl(), in FindExternalVisibleDecls()
1172 …Decl *parser_ptype_decl = m_ast_importer->CopyDecl(m_ast_context, scratch_ast_context, ptype_type_… in FindExternalVisibleDecls()
1613 …TypeFromParser parser_type (ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid).GetPointe… in AddOneGenericVariable()
1718 ClangASTType clang_type = ClangASTContext::GetBuiltinTypeForEncodingAndBitSize (m_ast_context, in AddOneRegister()
1907 ClangASTType void_clang_type = ClangASTContext::GetBasicType(m_ast_context, eBasicTypeVoid); in CopyClassType()
1910 ClangASTType method_type = ClangASTContext::CreateFunctionType (m_ast_context, in CopyClassType()
/external/lldb/include/lldb/Expression/
DClangASTSource.h52 m_ast_context (NULL), in ClangASTSource()
77 m_ast_context = ast_context; in InstallASTContext()
416 …clang::ASTContext *m_ast_context; ///< The AST context requests are coming i… variable
DASTStructExtractor.h144 …clang::ASTContext *m_ast_context; ///< The AST context to use for identifier… variable
DClangExpressionParser.h144 …std::unique_ptr<clang::ASTContext> m_ast_context; ///< The AST context used to hold… variable
DASTResultSynthesizer.h175 … clang::ASTContext *m_ast_context; ///< The AST context to use for identifiers and types. variable