Home
last modified time | relevance | path

Searched refs:PPKeywordKind (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DTokenKinds.h33 enum PPKeywordKind { enum
DIdentifierTable.h181 tok::PPKeywordKind getPPKeywordID() const;
/external/clang/lib/Format/
DFormatToken.h287 bool is(tok::PPKeywordKind Kind) const { in is()
/external/clang/lib/Basic/
DIdentifierTable.cpp255 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID()
/external/clang/lib/Frontend/
DCacheTokens.cpp358 tok::PPKeywordKind K = II->getPPKeywordID(); in LexTokens()
/external/clang/lib/Lex/
DPPDirectives.cpp603 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID(); in PTHSkipExcludedConditionalBlock()