Home
last modified time | relevance | path

Searched refs:GetASTContext (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp136 ClangASTContext *lldb_ctx = ClangASTContext::GetASTContext(&ast_ctx); in BuildAggregate()
172 ClangASTContext *lldb_ctx = ClangASTContext::GetASTContext(&ast_ctx); in BuildArray()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp957 ClangASTContext::GetASTContext(&class_decl->getASTContext())); in FindExternalVisibleDecls()
975 ClangASTContext::GetASTContext(&method_decl->getASTContext())); in FindExternalVisibleDecls()
1059 ClangASTContext::GetASTContext(&method_decl->getASTContext())); in FindExternalVisibleDecls()
1078 ClangASTContext::GetASTContext(&method_decl->getASTContext())); in FindExternalVisibleDecls()
1087 ClangASTContext::GetASTContext(&method_decl->getASTContext())); in FindExternalVisibleDecls()
1854 ClangASTContext::GetASTContext(&var_decl->getASTContext())); in ResolveUnknownTypes()
2159 ClangASTContext::GetASTContext(m_ast_context) in AddThisType()
H A DIRForTarget.cpp284 lldb_private::ClangASTContext::GetASTContext( in CreateResultVariable()
292 lldb_private::ClangASTContext::GetASTContext( in CreateResultVariable()
307 lldb_private::ClangASTContext::GetASTContext( in CreateResultVariable()
1141 lldb_private::ClangASTContext::GetASTContext(&decl->getASTContext())); in RewritePersistentAlloc()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp38 m_type_system(ClangASTContext::GetASTContext(ast)) { in CompilerType()
347 m_type_system = ClangASTContext::GetASTContext(ast); in SetCompilerType()
H A DClangASTContext.cpp881 ClangASTContext *ClangASTContext::GetASTContext(clang::ASTContext *ast) { in GetASTContext() function in ClangASTContext
1165 return CompilerType(GetASTContext(ast), clang_type); in GetBasicType()
1960 ClangASTContext *ast_ctx = ClangASTContext::GetASTContext(ast); in GetUniqueNamespaceDeclaration()
3038 clang::DeclContext *decl_ctx = ClangASTContext::GetASTContext(getASTContext()) in IsRuntimeGeneratedType()
8681 ClangASTContext::GetASTContext(ast)->GetDeclContextForType( in AddMethodToObjCObjectType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h88 static ClangASTContext *GetASTContext(clang::ASTContext *ast_ctx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp489 ClangASTContext::GetASTContext(&tdecl->getASTContext()), in DoExecute()