Searched refs:LexIdentifier (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h59 AsmToken LexIdentifier();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h83 lltok::Kind LexIdentifier();
H A DLLLexer.cpp191 return LexIdentifier();
452 lltok::Kind LLLexer::LexIdentifier() { function in class:LLLexer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h139 tgtok::TokKind LexIdentifier();
291 // LexIdentifier(), but it has special handling of "include" word, which
297 // LexIdentifier() will engage LexInclude(), which will complain about
H A DTGLexer.cpp145 return LexIdentifier();
242 return LexIdentifier();
320 tgtok::TokKind TGLexer::LexIdentifier() { function in class:TGLexer
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp137 /// LexIdentifier: [a-zA-Z_.][a-zA-Z0-9_$.@?]*
143 AsmToken AsmLexer::LexIdentifier() { function in class:AsmLexer
599 return LexIdentifier();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h700 bool LexIdentifier (Token &Result, const char *CurPtr);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1639 bool Lexer::LexIdentifier(Token &Result, const char *CurPtr) { function in class:Lexer
3103 return LexIdentifier(Result, CurPtr);
3371 return LexIdentifier(Result, CurPtr);
3400 return LexIdentifier(Result, CurPtr);
3416 return LexIdentifier(Result, CurPtr);
3455 return LexIdentifier(Result, CurPtr);
3463 return LexIdentifier(Result, CurPtr);

Completed in 125 milliseconds