Searched refs:ast (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h21 ClangExternalASTSourceCallbacks(ClangASTContext &ast) : m_ast(ast) {} argument
H A DClangASTContext.h135 static bool GetCompleteDecl(clang::ASTContext *ast, clang::Decl *decl);
202 clang::ASTContext &ast = getASTContext(); local
204 decl_context = ast.getTranslationUnitDecl();
206 clang::IdentifierInfo &myIdent = ast.Idents.get(type_name.GetCString());
208 ast.DeclarationNames.getIdentifier(&myIdent);
383 static CompilerType GetFloatTypeFromBitSize(clang::ASTContext *ast,
914 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp636 ASTContext &ast = getASTContext(); local
637 ast.setExternalSource(ast_source_up);
638 ast.getTranslationUnitDecl()->setHasExternalLexicalStorage(true);
715 ClangASTContext *ClangASTContext::GetASTContext(clang::ASTContext *ast) { argument
716 ClangASTContext *clang_ast = GetASTMap().Lookup(ast);
746 ASTContext &ast, QualType qual_type) {
747 uint64_t qual_type_bit_size = ast.getTypeSize(qual_type);
754 ASTContext &ast = getASTContext(); local
757 if (QualTypeMatchesBitSize(bit_size, ast, ast
745 QualTypeMatchesBitSize(const uint64_t bit_size, ASTContext &ast, QualType qual_type) argument
888 clang::ASTContext &ast = getASTContext(); local
900 ASTContext &ast = getASTContext(); local
1112 ASTContext &ast = getASTContext(); local
1123 ClangASTContext *ast = local
1183 ASTContext &ast = getASTContext(); local
1257 CreateTemplateParameterList( ASTContext *ast, const ClangASTContext::TemplateParameterInfos &template_param_infos, llvm::SmallVector<NamedDecl *, 8> &template_param_decls) argument
1319 ASTContext &ast = getASTContext(); local
1356 ASTContext &ast = getASTContext(); local
1421 ASTContext &ast = getASTContext(); local
1446 ASTContext &ast = getASTContext(); local
1470 ASTContext &ast = getASTContext(); local
1536 ASTContext &ast = getASTContext(); local
1583 ASTContext &ast = getASTContext(); local
1632 ASTContext &ast = getASTContext(); local
1765 GetOpaqueCompilerType(clang::ASTContext *ast, lldb::BasicType basic_type) argument
1871 ASTContext &ast = getASTContext(); local
1937 ASTContext &ast = getASTContext(); local
1970 ASTContext &ast = getASTContext(); local
2037 ASTContext &ast = getASTContext(); local
2065 clang::ASTContext &ast = getASTContext(); local
2231 GetCompleteDecl(clang::ASTContext *ast, clang::Decl *decl) argument
2402 GetCompleteQualType(clang::ASTContext *ast, clang::QualType qual_type, bool allow_completion = true) argument
3973 GetFullyUnqualifiedType_Impl(clang::ASTContext *ast, clang::QualType qual_type) argument
4219 ClangASTContext *ast = local
4385 clang::ASTContext &ast = getASTContext(); local
4883 GetDynamicArrayInfo(ClangASTContext &ast, SymbolFile *sym_file, clang::QualType qual_type, const ExecutionContext *exe_ctx) argument
5224 GetObjCFieldAtIndex(clang::ASTContext *ast, clang::ObjCInterfaceDecl *class_interface_decl, size_t idx, std::string &name, uint64_t *bit_offset_ptr, uint32_t *bitfield_bit_size_ptr, bool *is_bitfield_ptr) argument
7064 ClangASTContext *ast = local
7346 ClangASTContext *ast = local
7918 ClangASTContext *ast = local
[all...]
H A DClangASTImporter.cpp739 ClangASTContext *ast = ClangASTContext::GetASTContext(decl_origin.ctx); local
740 return ast->GetMetadata(decl_origin.decl);
742 ClangASTContext *ast = ClangASTContext::GetASTContext(&decl->getASTContext()); local
743 return ast->GetMetadata(decl);
/freebsd-11-stable/sys/vm/
H A Dredzone.c130 struct stack ast, fst; local
137 bcopy(haddr, &ast, sizeof(ast));
138 haddr += sizeof(ast);
156 stack_print_ddb(&ast);
175 stack_print_ddb(&ast);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp106 clang::ASTContext &ast = clang_ast.getASTContext(); local
120 if (width == ast.getTypeSize(ast.LongTy))
121 return CompilerType(&clang_ast, ast.LongTy.getAsOpaquePtr());
122 if (width == ast.getTypeSize(ast.LongLongTy))
123 return CompilerType(&clang_ast, ast.LongLongTy.getAsOpaquePtr());
126 if (width == ast.getTypeSize(ast.UnsignedLongTy))
127 return CompilerType(&clang_ast, ast
320 GetDeclFromContextByName(const clang::ASTContext &ast, const clang::DeclContext &decl_context, llvm::StringRef name) argument
356 PDBASTParser(lldb_private::ClangASTContext &ast) argument
[all...]
H A DPDBASTParser.h45 PDBASTParser(lldb_private::ClangASTContext &ast);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp56 ClangASTContext *ast = ClangASTContext::GetScratch(
58 if (!ast)
61 m_uint_star_type = ast->GetPointerSizedIntType(false);
/freebsd-11-stable/sys/mips/include/
H A Dframe.h44 register_t ast; member in struct:trapframe
H A Dpcb.h64 * Call ast if required
87 PTR_LA s0, _C_LABEL(ast) ;\
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp709 ClangASTContext *ast = ClangASTContext::GetScratch(process->GetTarget()); local
710 if (!ast)
714 = ast->GetBasicType(eBasicTypeVoid).GetPointerType();
716 = ast->GetBasicType(eBasicTypeChar).GetPointerType();
953 ClangASTContext *ast = ClangASTContext::GetScratch(process->GetTarget()); local
954 if (!ast) {
960 = ast->GetBasicType(eBasicTypeVoid).GetPointerType();
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_modem_test.c178 struct usb_cdc_abstract_state ast; local
240 USETW(ast.wState, state);
242 if (libusb20_dev_request_sync(p->usb_dev, &setup, &ast, NULL, 250, 0)) {
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_mips.c111 offsetof(struct trapframe, ast),
/freebsd-11-stable/sys/mips/mips/
H A Ddb_interface.c71 { "at", DB_OFFSET(ast), db_frame },
H A Dpm_machdep.c114 bcopy((void *)&regs->ast, (void *)&sf.sf_uc.uc_mcontext.mc_regs[1],
/freebsd-11-stable/sys/arm64/arm64/
H A Dexception.S135 /* handle the ast */
137 bl _C_LABEL(ast)
139 /* Re-check for new ast scheduled */
/freebsd-11-stable/sys/kern/
H A Dsubr_trap.c121 ("failed to set signal flags for ast p %p "
157 * at ast() checkpoint, which is past userret().
211 ast(struct trapframe *framep) function
221 CTR3(KTR_SYSC, "ast: thread %p (pid %d, %s)", td, p->p_pid,
223 KASSERT(TRAPF_USERMODE(framep), ("ast in kernel mode"));
235 * ast() will be called again.
300 ("failed2 to set signal flags for ast p %p td %p "
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h39 DWARFASTParserClang(lldb_private::ClangASTContext &ast);
H A DDWARFASTParserClang.cpp58 DWARFASTParserClang::DWARFASTParserClang(ClangASTContext &ast) argument
59 : m_ast(ast), m_die_to_decl_ctx(), m_decl_ctx_to_die() {}
229 static void CompleteExternalTagDeclType(ClangASTContext &ast, argument
239 CompilerType type = ast.GetTypeForDecl(tag_decl_ctx);
1884 clang::ASTContext &ast = m_ast.getASTContext(); local
1904 clang::TemplateArgument(ast, llvm::APSInt(apint, !is_signed),
2835 ClangASTContext *ast = local
2837 if (ast == nullptr)
2938 ast->SetObjCSuperClass(class_clang_type, base_class_clang_type);
2941 ast
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp199 ClangASTContext *ast = local
201 if (ast == nullptr)
216 TypeFromUser user_type = DeportType(*clang_ast_context, *ast, parser_type);
255 TypeFromUser user_type = DeportType(*context, *ast, parser_type);
1151 ClangASTContext *ast = llvm::dyn_cast_or_null<ClangASTContext>( local
1192 fdi.m_decl_lvl = ast->CountDeclLevels(frame_decl_ctx, func_decl_ctx,
H A DClangASTSource.cpp74 // We are in the process of destruction, don't create clang ast context on
1866 clang::ASTContext &ast = lldb_ast->getASTContext(); local
1869 ast, const_cast<DeclContext *>(m_decl_context), SourceLocation(),
1895 clang::ASTContext &ast = lldb_ast->getASTContext(); local
1905 ast, context, SourceLocation(), SourceLocation(),
1917 ast, context, SourceLocation(), SourceLocation(), decl_name, qual_type,
1938 ParmVarDecl::Create(ast, const_cast<DeclContext *>(context),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1304 ClangASTContext *ast = ClangASTContext::GetScratch(process->GetTarget());
1306 if (!ast)
1326 ast->GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, 32);
1328 ast->GetBasicType(eBasicTypeVoid).GetPointerType();
1566 ClangASTContext *ast = ClangASTContext::GetScratch(process->GetTarget());
1568 if (!ast)
1590 ast->GetBuiltinTypeForEncodingAndBitSize(eEncodingUint, 32);
1592 ast->GetBasicType(eBasicTypeVoid).GetPointerType();
/freebsd-11-stable/sys/i386/i386/
H A Dexception.s396 call ast
/freebsd-11-stable/sys/dev/usb/serial/
H A Dumodem.c932 struct usb_cdc_abstract_state ast; local
943 USETW(ast.wState, state);
945 return (usbd_do_request(udev, NULL, &req, &ast));
/freebsd-11-stable/sys/arm/arm/
H A Dexception.S269 bl _C_LABEL(ast); /* ast(frame) */ \

Completed in 257 milliseconds

12