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
);
100
if (
TKind
== tok::eof) {
116
if (
TKind
== tok::hash && Tok.isAtStartOfLine()) {
127
if (
TKind
== tok::eod) {
Lexer.cpp
[
all
...]
/external/clang/include/clang/Lex/
Lexer.h
419
tok::TokenKind
TKind
,
Completed in 46 milliseconds