Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h457 bool parseAnonStructType(Type *&Result, bool Packed);
/src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2909 if (parseAnonStructType(Result, false)) in parseType()
2922 if (parseAnonStructType(Result, true) || in parseType()
3328 bool LLParser::parseAnonStructType(Type *&Result, bool Packed) { in parseAnonStructType() function in LLParser