Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp677 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // .endif
1891 return parseDirectiveEndIf(IDLoc); in parseStatement()
5443 bool AsmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in AsmParser
H A DMasmParser.cpp1031 bool parseDirectiveEndIf(SMLoc DirectiveLoc); // "endif"
2191 return parseDirectiveEndIf(IDLoc); in parseStatement()
6649 bool MasmParser::parseDirectiveEndIf(SMLoc DirectiveLoc) { in parseDirectiveEndIf() function in MasmParser