OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_ast_ctx
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.h
44
return
m_ast_ctx
.getASTContext();
53
ClangASTContext
m_ast_ctx
;
member in class:lldb_private::AppleObjCTypeVendor
AppleObjCTypeVendor.cpp
157
clang::TranslationUnitDecl *translation_unit_decl = m_type_vendor.
m_ast_ctx
.getASTContext()->getTranslationUnitDecl();
168
m_ast_ctx
(runtime.GetProcess()->GetTarget().GetArchitecture().GetTriple().getTriple().c_str())
172
m_ast_ctx
.getASTContext()->setExternalSource(external_source_owning_ptr);
183
clang::ASTContext *ast_ctx =
m_ast_ctx
.getASTContext();
612
clang::ASTContext *ast_ctx =
m_ast_ctx
.getASTContext();
Completed in 384 milliseconds