Searched refs:ParseType (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h250 bool ParseType(Type *&Result, bool AllowVoid = false);
251 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) { function in class:llvm::LLParser
253 return ParseType(Result, AllowVoid);
H A DLLParser.cpp586 ParseType(Ty, TyLoc) ||
722 ParseType(Ty, TyLoc))
1557 /// ParseType - Parse a type.
1558 bool LLParser::ParseType(Type *&Result, bool AllowVoid) {
1691 if (ParseType(ArgTy, ArgLoc))
1734 if (ParseType(ArgTy) ||
1762 if (ParseType(ArgTy) || ParseOptionalParamAttrs(Attrs)) return true;
1861 return ParseType(ResultTy);
1900 if (ParseType(Ty)) return true;
1908 if (ParseType(T
[all...]
/freebsd-10.2-release/contrib/llvm/lib/TableGen/
H A DTGParser.h180 RecTy *ParseType();
H A DTGParser.cpp666 /// ParseType - Parse and return a tblgen type. This returns null on error.
677 RecTy *TGParser::ParseType() { function in class:TGParser
711 RecTy *SubType = ParseType();
1119 Type = ParseType();
1300 GivenEltTy = ParseType();
1659 RecTy *Type = ParseType();
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h321 lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new);
H A DSymbolFileDWARF.cpp4558 type_sp = ParseType(sc, dwarf_cu, die, NULL);
5673 SymbolFileDWARF::ParseType (const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugInfoEntry *die, bool *type_is_new_ptr) function in class:SymbolFileDWARF
5694 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x, decl_ctx = %p (die 0x%8.8x)) %s name = '%s')",
5844 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x) %s '%s' is Objective C 'id' built-in type.",
5857 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x) %s '%s' is Objective C 'Class' built-in type.",
5869 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x) %s '%s' is Objective C 'selector' built-in type.",
5892 GetObjectFile()->GetModule()->LogMessage (log, "SymbolFileDWARF::ParseType (die = 0x%8.8x) %s '%s' is 'objc_object*', which we overrode to 'id'.",
6788 Host::SetCrashDescriptionWithFormat ("SymbolFileDWARF::ParseType() is adding a method %s to class %s in DIE 0x%8.8" PRIx64 " from %s",
7126 if (ParseType(sc, dwarf_cu, die, &type_is_new).get())

Completed in 150 milliseconds