Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h267 bool parseScope(SyncScope::ID &SSID);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp2105 return parseScope(SSID) || parseOrdering(Ordering); in parseScopeAndOrdering()
2112 bool LLParser::parseScope(SyncScope::ID &SSID) { in parseScope() function in LLParser