Searched refs:ast_context (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DTaggedASTType.h28 TaggedASTType (lldb::clang_type_t type, clang::ASTContext *ast_context) : argument
29 ClangASTType(ast_context, type)
H A DClangASTType.h62 ClangASTType (clang::ASTContext *ast_context, lldb::clang_type_t type) : argument
64 m_ast (ast_context)
68 ClangASTType (clang::ASTContext *ast_context, clang::QualType qual_type);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectArgs.cpp158 ClangASTContext &ast_context = thread_module_sp->GetClangASTContext(); local
210 clang_type = ast_context.GetBuiltinTypeForEncodingAndBitSize(encoding, width);
226 clang_type = ast_context.GetBasicType(eBasicTypeVoid).GetPointerType();
228 clang_type = ast_context.GetCStringType (false);
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DClangASTSource.h75 void InstallASTContext (clang::ASTContext *ast_context) argument
77 m_ast_context = ast_context;
78 m_ast_importer->InstallMapCompleter(ast_context, *this);
H A DClangFunction.h81 /// @param[in] ast_context
90 ClangASTContext *ast_context,
100 /// @param[in] ast_context
105 /// defined in ast_context.
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp347 std::unique_ptr<clang::ASTContext> ast_context(new ASTContext(m_compiler->getLangOpts(),
360 decl_map->InstallASTContext(ast_context.get());
361 ast_context->setExternalSource(ast_source);
364 m_compiler->setASTContext(ast_context.release());
H A DClangASTSource.cpp836 clang::ASTContext *ast_context,
892 Decl *copied_decl = ast_importer->CopyDecl(ast_context, &result_method->getASTContext(), result_method);
1205 clang::ASTContext &ast_context,
1224 DeclFromParser<ObjCPropertyDecl> parser_property_decl(origin_property_decl.Import(ast_importer, ast_context));
1242 DeclFromParser<ObjCIvarDecl> parser_ivar_decl(origin_ivar_decl.Import(ast_importer, ast_context));
833 FindObjCMethodDeclsWithOrigin(unsigned int current_id, NameSearchContext &context, ObjCInterfaceDecl *original_interface_decl, clang::ASTContext *ast_context, ClangASTImporter *ast_importer, const char *log_info) argument
1203 FindObjCPropertyAndIvarDeclsWithOrigin(unsigned int current_id, NameSearchContext &context, clang::ASTContext &ast_context, ClangASTImporter *ast_importer, DeclFromUser<const ObjCInterfaceDecl> &origin_iface_decl) argument
H A DClangExpressionDeclMap.cpp1446 ASTContext *ast_context,
1475 QualType generic_function_type = ast_context->getFunctionNoProtoType(ast_context->UnknownAnyTy);
1476 QualType block_pointer_type = ast_context->getBlockPointerType(generic_function_type);
1444 MaybePromoteToBlockPointerType( ASTContext *ast_context, clang_type_t candidate_type ) argument
H A DClangFunction.cpp77 ClangASTContext *ast_context,
73 ClangFunction( ExecutionContextScope &exe_scope, Function &function, ClangASTContext *ast_context, const ValueList &arg_value_list ) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DWatchpoint.cpp56 ClangASTContext *ast_context = target.GetScratchClangASTContext(); local
57 m_type = ast_context->GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, 8 * size);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
H A DABIMacOSX_arm.cpp420 clang::ASTContext *ast_context = clang_type.GetASTContext();
421 if (!ast_context)

Completed in 185 milliseconds