Searched defs:ast (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCallbacks.h21 ClangExternalASTSourceCallbacks(ClangASTContext &ast) : m_ast(ast) {} argument
H A DClangASTContext.h202 clang::ASTContext &ast = getASTContext(); local
/freebsd-11-stable/sys/kern/
H A Dsubr_trap.c211 ast(struct trapframe *framep) function
/freebsd-11-stable/sys/vm/
H A Dredzone.c130 struct stack ast, fst; local
/freebsd-11-stable/sys/mips/include/
H A Dframe.h44 register_t ast; member in struct:trapframe
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_modem_test.c178 struct usb_cdc_abstract_state ast; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp728 AliasSetTracker::ASTCallbackVH::ASTCallbackVH(Value *V, AliasSetTracker *ast) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp709 ClangASTContext *ast = ClangASTContext::GetScratch(process->GetTarget()); local
953 ClangASTContext *ast = ClangASTContext::GetScratch(process->GetTarget()); local
/freebsd-11-stable/sys/dev/usb/serial/
H A Dumodem.c932 struct usb_cdc_abstract_state ast; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp739 ClangASTContext *ast = ClangASTContext::GetASTContext(decl_origin.ctx); local
742 ClangASTContext *ast = ClangASTContext::GetASTContext(&decl->getASTContext()); local
H A DClangASTContext.cpp636 ASTContext &ast = getASTContext(); local
715 ClangASTContext *ClangASTContext::GetASTContext(clang::ASTContext *ast) { argument
754 ASTContext &ast = getASTContext(); local
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...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp106 clang::ASTContext &ast = clang_ast.getASTContext(); local
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 DSymbolFilePDB.cpp1082 PDBASTParser *ast = GetPDBAstParser(); local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp809 ClangASTContext *ast = local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp199 ClangASTContext *ast = local
1151 ClangASTContext *ast = llvm::dyn_cast_or_null<ClangASTContext>( local
H A DClangASTSource.cpp1866 clang::ASTContext &ast = lldb_ast->getASTContext(); local
1895 clang::ASTContext &ast = lldb_ast->getASTContext(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1778 LoopPromoter(Value *SP, ArrayRef<const Instruction *> Insts, SSAUpdater &S, const SmallSetVector<Value *, 8> &PMA, SmallVectorImpl<BasicBlock *> &LEB, SmallVectorImpl<Instruction *> &LIP, SmallVectorImpl<MemoryAccess *> &MSSAIP, PredIteratorCache &PIC, AliasSetTracker &ast, MemorySSAUpdater *MSSAU, LoopInfo &li, DebugLoc dl, int alignment, bool UnorderedAtomic, const AAMDNodes &AATags, ICFLoopSafetyInfo &SafetyInfo) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp58 DWARFASTParserClang::DWARFASTParserClang(ClangASTContext &ast) argument
229 static void CompleteExternalTagDeclType(ClangASTContext &ast, argument
1884 clang::ASTContext &ast = m_ast.getASTContext(); local
2835 ClangASTContext *ast = local
[all...]

Completed in 185 milliseconds