Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp345 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName()
1177 if (II->getPPKeywordID() == tok::pp_define) { in HandleSkippedDirectiveWhileUsingPCH()
1182 II->getPPKeywordID() == tok::pp_include) { in HandleSkippedDirectiveWhileUsingPCH()
1185 if (SkippingUntilPragmaHdrStop && II->getPPKeywordID() == tok::pp_pragma) { in HandleSkippedDirectiveWhileUsingPCH()
1236 switch (II->getPPKeywordID()) { in HandleDirective()
1288 switch (II->getPPKeywordID()) { in HandleDirective()
1302 return HandleElifFamilyDirective(Result, SavedHash, II->getPPKeywordID()); in HandleDirective()
1909 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport()
2437 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import; in HandleHeaderIncludeOrImport()
2611 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == in HandleHeaderIncludeOrImport()
H A DPreprocessingRecord.cpp479 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp424 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process()
485 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h338 tok::PPKeywordKind getPPKeywordID() const;
H A DTokenKinds.def101 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp422 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h617 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
1833 switch (Info->getPPKeywordID()) { in isVerilogPPDirective()
H A DFormatTokenLexer.cpp1355 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()
H A DContinuationIndenter.cpp645 Previous.Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
H A DTokenAnnotator.cpp1903 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective()
1963 Info->getPPKeywordID() == tok::pp_import && CurrentToken->Next && in parseLine()
H A DUnwrappedLineParser.cpp1011 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp505 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()