OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTokenID
(Results
1 - 11
of
11
) sorted by null
/external/clang/lib/Lex/
Preprocessor.cpp
575
Identifier.setKind(II->
getTokenID
());
634
Identifier.setKind(II.
getTokenID
());
PPExpressions.cpp
194
II->
getTokenID
() != tok::kw_true &&
195
II->
getTokenID
() != tok::kw_false)
197
Result.Val = II->
getTokenID
() == tok::kw_true;
PTHLexer.cpp
90
Tok.setKind(II->
getTokenID
());
TokenLexer.cpp
494
Tok.setKind(II->
getTokenID
());
[
all
...]
PPMacroExpansion.cpp
[
all
...]
/external/clang/include/clang/Basic/
IdentifierTable.h
151
///
getTokenID
- If this is a source-language token (e.g. 'for'), this API
154
tok::TokenKind
getTokenID
() const { return (tok::TokenKind)TokenID; }
/external/clang/lib/Parse/
Parser.cpp
[
all
...]
ParseDecl.cpp
[
all
...]
/external/clang/lib/Format/
Format.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
555
if (HasRevertedTokenIDToIdentifier && II->
getTokenID
() != tok::identifier)
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
421
if (!isSimpleTypeSpecifier(NewII->
getTokenID
()))
[
all
...]
Completed in 505 milliseconds