Home
last modified time | relevance | path

Searched refs:getAllowAtInIdentifier (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h155 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier() function
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp717 bool AllowAt = getLexer().getAllowAtInIdentifier(); in parseDirectiveType()
736 if (!getLexer().getAllowAtInIdentifier()) in parseDirectiveType()
800 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in parseDirectiveSymver()
H A DAsmParser.cpp1191 } else if (Lexer.getAllowAtInIdentifier()) { in parsePrimaryExpr()
1469 if (Lexer.getAllowAtInIdentifier() && parseOptionalToken(AsmToken::At)) { in parseExpression()