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.h380 bool parseRangeAttr(AttrBuilder &B);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1632 return parseRangeAttr(B); in parseEnumAttribute()
3115 bool LLParser::parseRangeAttr(AttrBuilder &B) { in parseRangeAttr() function in LLParser