Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.h551 bool ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, bool &isVarArg);
HDLLParser.cpp2565 bool LLParser::ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, in ParseArgumentList() function in LLParser
2657 if (ParseArgumentList(ArgList, isVarArg)) in ParseFunctionType()
5393 if (ParseArgumentList(ArgList, isVarArg) || in ParseFunctionHeader()