Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp664 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1873 return parseDirectiveEndIf(IDLoc); in parseStatement()
5373 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
H A DMasmParser.cpp960 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // "endif"
2116 return parseDirectiveEndIf(IDLoc); in parseStatement()
6367 bool MasmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in MasmParser