Home
last modified time | relevance | path

Searched refs:ParseStructDefinition (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h226 bool ParseStructDefinition(SMLoc TypeLoc, StringRef Name,
DLLParser.cpp311 if (ParseStructDefinition(TypeLoc, "", in ParseUnnamedType()
338 if (ParseStructDefinition(NameLoc, Name, in ParseNamedType()
1493 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name, in ParseStructDefinition() function in LLParser
/external/llvm/lib/AsmParser/
DLLParser.h309 bool ParseStructDefinition(SMLoc TypeLoc, StringRef Name,
DLLParser.cpp365 if (ParseStructDefinition(TypeLoc, "", in ParseUnnamedType()
392 if (ParseStructDefinition(NameLoc, Name, in ParseNamedType()
2305 bool LLParser::ParseStructDefinition(SMLoc TypeLoc, StringRef Name, in ParseStructDefinition() function in LLParser