Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDPPDirectives.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()
HDPreprocessingRecord.cpp479 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDInclusionRewriter.cpp424 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process()
485 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDIdentifierTable.h338 tok::PPKeywordKind getPPKeywordID() const; in alignas()
HDTokenKinds.def101 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDIdentifierTable.cpp422 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/freebsd-head/contrib/llvm-project/clang/lib/Format/
HDFormatToken.h617 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
1833 switch (Info->getPPKeywordID()) { in isVerilogPPDirective()
HDFormatTokenLexer.cpp1355 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()
HDContinuationIndenter.cpp645 Previous.Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
HDTokenAnnotator.cpp1903 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective()
1963 Info->getPPKeywordID() == tok::pp_import && CurrentToken->Next && in parseLine()
HDUnwrappedLineParser.cpp1011 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/
HDPrintPreprocessedOutput.cpp505 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()