OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPPKeywordID
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp
379
switch (RawToken.getIdentifierInfo()->
getPPKeywordID
()) {
426
bool elif = (RawToken.getIdentifierInfo()->
getPPKeywordID
() ==
/external/clang/lib/Lex/
PPDirectives.cpp
177
} else if (isDefineUndef && II->
getPPKeywordID
() == tok::pp_defined) {
480
tok::PPKeywordKind K = Tok.getIdentifierInfo()->
getPPKeywordID
();
684
switch (II->
getPPKeywordID
()) {
721
switch (II->
getPPKeywordID
()) {
[
all
...]
PreprocessingRecord.cpp
444
switch (IncludeTok.getIdentifierInfo()->
getPPKeywordID
()) {
/external/clang/include/clang/Basic/
IdentifierTable.h
174
tok::PPKeywordKind
getPPKeywordID
() const;
/external/clang/lib/Basic/
IdentifierTable.cpp
198
tok::PPKeywordKind IdentifierInfo::
getPPKeywordID
() const {
/external/clang/lib/Frontend/
CacheTokens.cpp
333
tok::PPKeywordKind K = II->
getPPKeywordID
();
/external/clang/lib/Format/
UnwrappedLineParser.cpp
355
switch (FormatTok->Tok.getIdentifierInfo()->
getPPKeywordID
()) {
[
all
...]
TokenAnnotator.cpp
459
switch (CurrentToken->Tok.getIdentifierInfo()->
getPPKeywordID
()) {
[
all
...]
/external/clang/tools/libclang/
Indexing.cpp
279
IncludeTok.getIdentifierInfo()->
getPPKeywordID
() == tok::pp_import);
[
all
...]
Completed in 140 milliseconds