Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h461 bool parseAnonStructType(Type *&Result, bool Packed);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2939 if (parseAnonStructType(Result, false)) in parseType()
2952 if (parseAnonStructType(Result, true) || in parseType()
3425 bool LLParser::parseAnonStructType(Type *&Result, bool Packed) { in parseAnonStructType() function in LLParser