OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TKind
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Lex/
PTHLexer.cpp
61
tok::TokenKind
TKind
= (tok::TokenKind) (Word0 & 0xFF);
72
Tok.setKind(
TKind
);
101
if (
TKind
== tok::eof) {
111
if (
TKind
== tok::hash && Tok.isAtStartOfLine()) {
119
if (
TKind
== tok::eod) {
Lexer.cpp
[
all
...]
/external/clang/include/clang/Lex/
Lexer.h
438
tok::TokenKind
TKind
,
Completed in 35 milliseconds