Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h51 bool AllowAtInIdentifier; variable
152 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()
153 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h138 bool AllowAtInIdentifier; variable
221 bool getAllowAtInIdentifier() { return AllowAtInIdentifier; } in getAllowAtInIdentifier()
222 void setAllowAtInIdentifier(bool v) { AllowAtInIdentifier = v; } in setAllowAtInIdentifier()
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp28 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
143 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
147 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
DELFAsmParser.cpp650 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local
653 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp35 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@"); in AsmLexer()
150 !IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
154 while (IsIdentifierChar(*CurPtr, AllowAtInIdentifier)) in LexIdentifier()
DELFAsmParser.cpp763 const bool AllowAtInIdentifier = getLexer().getAllowAtInIdentifier(); in ParseDirectiveSymver() local
766 getLexer().setAllowAtInIdentifier(AllowAtInIdentifier); in ParseDirectiveSymver()