Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h377 bool parseRangeAttr(AttrBuilder &B);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1644 return parseRangeAttr(B); in parseEnumAttribute()
3083 bool LLParser::parseRangeAttr(AttrBuilder &B) { in parseRangeAttr() function in LLParser