Home
last modified time | relevance | path

Searched refs:getPPKeywordID (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp427 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process()
476 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
/external/clang/lib/Lex/
DPPDirectives.cpp180 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName()
533 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID(); in PTHSkipExcludedConditionalBlock()
796 switch (II->getPPKeywordID()) { in HandleDirective()
834 switch (II->getPPKeywordID()) { in HandleDirective()
1650 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in HandleIncludeDirective()
DPreprocessingRecord.cpp446 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/external/clang/include/clang/Basic/
DIdentifierTable.h171 tok::PPKeywordKind getPPKeywordID() const;
DTokenKinds.def65 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/external/clang/lib/Basic/
DIdentifierTable.cpp245 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/external/clang/lib/Frontend/
DCacheTokens.cpp357 tok::PPKeywordKind K = II->getPPKeywordID(); in LexTokens()
/external/clang/tools/libclang/
DIndexing.cpp276 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import); in InclusionDirective()
/external/clang/lib/Format/
DTokenAnnotator.cpp608 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective()
647 (Info && Info->getPPKeywordID() == tok::pp_import && in parseLine()
DContinuationIndenter.cpp249 Current.Previous->Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
DUnwrappedLineParser.cpp481 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()