Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h445 bool parseAnonStructType(Type *&Result, bool Packed);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2797 if (parseAnonStructType(Result, false)) in parseType()
2810 if (parseAnonStructType(Result, true) || in parseType()
3130 bool LLParser::parseAnonStructType(Type *&Result, bool Packed) { in parseAnonStructType() function in LLParser