Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp251 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName()
603 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID(); in PTHSkipExcludedConditionalBlock()
935 switch (II->getPPKeywordID()) { in HandleDirective()
973 switch (II->getPPKeywordID()) { in HandleDirective()
1612 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport()
1998 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() != in HandleIncludeDirective()
DPreprocessingRecord.cpp446 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp443 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process()
493 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
/external/clang/include/clang/Basic/
DIdentifierTable.h181 tok::PPKeywordKind getPPKeywordID() const;
DTokenKinds.def72 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/external/clang/lib/Format/
DFormatToken.h289 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
DFormatTokenLexer.cpp536 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()
DTokenAnnotator.cpp731 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective()
771 (Info && Info->getPPKeywordID() == tok::pp_import && in parseLine()
DContinuationIndenter.cpp285 Current.Previous->Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
DUnwrappedLineParser.cpp511 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()
/external/clang/lib/Basic/
DIdentifierTable.cpp255 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/external/clang/lib/Frontend/
DCacheTokens.cpp358 tok::PPKeywordKind K = II->getPPKeywordID(); in LexTokens()
/external/clang/tools/libclang/
DIndexing.cpp254 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import); in InclusionDirective()