Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h48 bool AllowAtInIdentifier; variable
149 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()
150 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
160 if (!isIdentifierChar(*CurPtr, AllowAtInIdentifier, in LexIdentifier()
166 while (isIdentifierChar(*CurPtr, AllowAtInIdentifier, AllowHashInIdentifier)) in LexIdentifier()
DELFAsmParser.cpp829 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local
832 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()