Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp344 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName()
1106 if (II->getPPKeywordID() == tok::pp_define) { in HandleSkippedDirectiveWhileUsingPCH()
1111 II->getPPKeywordID() == tok::pp_include) { in HandleSkippedDirectiveWhileUsingPCH()
1114 if (SkippingUntilPragmaHdrStop && II->getPPKeywordID() == tok::pp_pragma) { in HandleSkippedDirectiveWhileUsingPCH()
1165 switch (II->getPPKeywordID()) { in HandleDirective()
1216 switch (II->getPPKeywordID()) { in HandleDirective()
1230 return HandleElifFamilyDirective(Result, SavedHash, II->getPPKeywordID()); in HandleDirective()
1832 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport()
2360 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import; in HandleHeaderIncludeOrImport()
2535 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == in HandleHeaderIncludeOrImport()
H A DPreprocessingRecord.cpp479 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp422 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process()
483 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h329 tok::PPKeywordKind getPPKeywordID() const; in alignas()
H A DTokenKinds.def97 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp422 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h592 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
1781 switch (Info->getPPKeywordID()) { in isVerilogPPDirective()
H A DFormatTokenLexer.cpp1317 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()
H A DContinuationIndenter.cpp635 Previous.Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
H A DTokenAnnotator.cpp1548 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective()
1606 Info->getPPKeywordID() == tok::pp_import && CurrentToken->Next && in parseLine()
H A DUnwrappedLineParser.cpp1000 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp422 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()