Home
last modified time | relevance | path

Searched refs:ParseAnonStructType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h301 bool ParseAnonStructType(Type *&Result, bool Packed);
DLLParser.cpp1812 if (ParseAnonStructType(Result, false)) in ParseType()
1825 if (ParseAnonStructType(Result, true) || in ParseType()
2132 bool LLParser::ParseAnonStructType(Type *&Result, bool Packed) { in ParseAnonStructType() function in LLParser