Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/AsmParser/
HDLLParser.cpp586 ParseType(Ty, TyLoc) || in ParseStandaloneMetadata()
722 ParseType(Ty, TyLoc)) in ParseGlobal()
1558 bool LLParser::ParseType(Type *&Result, bool AllowVoid) { in ParseType() function in LLParser
1691 if (ParseType(ArgTy, ArgLoc)) in ParseParameterList()
1734 if (ParseType(ArgTy) || in ParseArgumentList()
1762 if (ParseType(ArgTy) || ParseOptionalParamAttrs(Attrs)) return true; in ParseArgumentList()
1861 return ParseType(ResultTy); in ParseStructDefinition()
1900 if (ParseType(Ty)) return true; in ParseStructBody()
1908 if (ParseType(Ty)) return true; in ParseStructBody()
1938 if (ParseType(EltTy)) return true; in ParseArrayVectorType()
[all …]
HDLLParser.h250 bool ParseType(Type *&Result, bool AllowVoid = false);
251 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {
253 return ParseType(Result, AllowVoid);
/trueos/contrib/llvm/lib/TableGen/
HDTGParser.h180 RecTy *ParseType();
HDTGParser.cpp677 RecTy *TGParser::ParseType() { in ParseType() function in TGParser
711 RecTy *SubType = ParseType(); in ParseType()
1119 Type = ParseType(); in ParseOperatorType()
1300 GivenEltTy = ParseType(); in ParseSimpleValue()
1659 RecTy *Type = ParseType(); in ParseDeclaration()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.h321 …lldb::TypeSP ParseType (const lldb_private::SymbolContext& sc, DWARFCompileUnit* dwarf_…
HDSymbolFileDWARF.cpp4558 type_sp = ParseType(sc, dwarf_cu, die, NULL); in GetTypeForDIE()
5673 SymbolFileDWARF::ParseType (const SymbolContext& sc, DWARFCompileUnit* dwarf_cu, const DWARFDebugIn… in ParseType() function in SymbolFileDWARF
7126 if (ParseType(sc, dwarf_cu, die, &type_is_new).get()) in ParseTypes()