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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangNamespaceDecl.h29 ClangNamespaceDecl (clang::ASTContext *ast, clang::NamespaceDecl *namespace_decl) : argument
77 SetASTContext (clang::ASTContext *ast) argument
H A DClangASTType.h280 SetClangType (clang::ASTContext *ast, lldb::clang_type_t type) argument
/freebsd-10-stable/sys/kern/
H A Dsubr_trap.c209 ast(struct trapframe *framep) function
/freebsd-10-stable/sys/vm/
H A Dredzone.c131 struct stack ast, fst; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DNSArray.cpp101 clang::ASTContext *ast = valobj_sp->GetClangType().GetASTContext(); local
210 clang::ASTContext *ast = valobj_sp->GetClangType().GetASTContext(); local
H A DNSDictionary.cpp39 clang::ASTContext *ast = target_ast_context->getASTContext(); local
H A DCXXFormatterFunctions.cpp609 clang::ASTContext* ast = valobj.GetClangType().GetASTContext(); local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAliasSetTracker.cpp610 AliasSetTracker::ASTCallbackVH::ASTCallbackVH(Value *V, AliasSetTracker *ast) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp85 ClangASTContext &ast = m_obj_file->GetModule()->GetClangASTContext(); local
/freebsd-10-stable/sys/mips/include/
H A Dframe.h44 register_t ast; member in struct:trapframe
/freebsd-10-stable/tools/tools/usbtest/
H A Dusb_modem_test.c178 struct usb_cdc_abstract_state ast; local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp670 LoopPromoter(Value *SP, const SmallVectorImpl<Instruction*> &Insts, SSAUpdater &S, SmallPtrSet<Value*, 4> &PMA, SmallVectorImpl<BasicBlock*> &LEB, SmallVectorImpl<Instruction*> &LIP, AliasSetTracker &ast, DebugLoc dl, int alignment, MDNode *TBAATag) argument
/freebsd-10-stable/sys/dev/usb/serial/
H A Dumodem.c912 struct usb_cdc_abstract_state ast; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1507 ASTContext *ast = var_type->GetClangASTContext().getASTContext(); local
H A DClangASTSource.cpp1725 clang::ASTContext *ast = type.GetASTContext(); local
1755 clang::ASTContext *ast = type.GetASTContext(); local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp1815 clang::ASTContext *ast = clang_ast->getASTContext(); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp343 ASTContext *ast = getASTContext(); local
352 ASTContext *ast = getASTContext(); local
364 ASTContext *ast = getASTContext(); local
529 QualTypeMatchesBitSize(const uint64_t bit_size, ASTContext *ast, QualType qual_type) argument
543 GetBuiltinTypeForEncodingAndBitSize(ASTContext *ast, Encoding encoding, uint32_t bit_size) argument
670 GetBasicType(ASTContext *ast, const ConstString &name) argument
695 GetBasicType(ASTContext *ast, lldb::BasicType basic_type) argument
811 ASTContext *ast = getASTContext(); local
1021 GetUnknownAnyType(clang::ASTContext *ast) argument
1031 ASTContext *ast = getASTContext(); local
1041 GetTranslationUnitDecl(clang::ASTContext *ast) argument
1082 ASTContext *ast = type1.GetASTContext(); local
1108 ASTContext *ast = m_ast_ap.get(); local
1120 ASTContext *ast = m_ast_ap.get(); local
1136 ASTContext *ast = getASTContext(); local
1185 CreateTemplateParameterList(ASTContext *ast, const ClangASTContext::TemplateParameterInfos &template_param_infos, llvm::SmallVector<NamedDecl *, 8> &template_param_decls) argument
1244 ASTContext *ast = getASTContext(); local
1291 ASTContext *ast = getASTContext(); local
1367 ASTContext *ast = getASTContext(); local
1388 ASTContext *ast = getASTContext(); local
1682 FieldIsBitfield( ASTContext *ast, FieldDecl* field, uint32_t& bitfield_bit_size ) argument
1746 ASTContext *ast = getASTContext(); local
1808 ASTContext *ast = getASTContext(); local
1914 ASTContext *ast = getASTContext(); local
1961 CreateFunctionType(ASTContext *ast, const ClangASTType& result_type, const ClangASTType *args, unsigned num_args, bool is_variadic, unsigned type_quals) argument
1990 ASTContext *ast = getASTContext(); local
2020 ASTContext *ast = getASTContext(); local
2064 ASTContext *ast = getASTContext(); local
2136 GetFloatTypeFromBitSize(clang::ASTContext *ast, size_t bit_size) argument
2154 GetCompleteDecl(clang::ASTContext *ast, clang::Decl *decl) argument
2205 SetMetadata(clang::ASTContext *ast, const void *object, ClangASTMetadata &metadata) argument
2217 GetMetadata(clang::ASTContext *ast, const void *object) argument
[all...]
H A DClangASTType.cpp57 GetCompleteQualType (ASTContext *ast, QualType qual_type, bool allow_completion = true) argument
176 ClangASTType::ClangASTType (clang::ASTContext *ast, argument
1490 SetClangType(clang::ASTContext *ast, clang::QualType qual_type) argument
1571 GetFullyUnqualifiedType_Impl(ASTContext *ast, QualType qual_type) argument
2652 GetObjCFieldAtIndex(clang::ASTContext *ast, 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
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1466 clang::ASTContext *ast = GetClangASTContext().getASTContext(); local
1551 ClangASTContext &ast = GetClangASTContext(); local
5720 ClangASTContext &ast = GetClangASTContext(); local
[all...]

Completed in 175 milliseconds