Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp363 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName()
1203 if (II->getPPKeywordID() == tok::pp_define) { in HandleSkippedDirectiveWhileUsingPCH()
1208 II->getPPKeywordID() == tok::pp_include) { in HandleSkippedDirectiveWhileUsingPCH()
1211 if (SkippingUntilPragmaHdrStop && II->getPPKeywordID() == tok::pp_pragma) { in HandleSkippedDirectiveWhileUsingPCH()
1262 switch (II->getPPKeywordID()) { in HandleDirective()
1314 switch (II->getPPKeywordID()) { in HandleDirective()
1328 return HandleElifFamilyDirective(Result, SavedHash, II->getPPKeywordID()); in HandleDirective()
1934 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport()
2471 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import; in HandleHeaderIncludeOrImport()
2645 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == in HandleHeaderIncludeOrImport()
H A DPreprocessingRecord.cpp476 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/lib/Basic/
H A DIdentifierTable.cpp452 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h341 tok::PPKeywordKind getPPKeywordID() const;
H A DTokenKinds.def101 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h634 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
1812 switch (Info->getPPKeywordID()) { in isVerilogPPDirective()
H A DFormatTokenLexer.cpp1463 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() != in getNextToken()
H A DContinuationIndenter.cpp682 Previous.Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
H A DTokenAnnotator.cpp1917 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective()
1976 Info->getPPKeywordID() == tok::pp_import && CurrentToken->Next && in parseLine()
H A DUnwrappedLineParser.cpp1006 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp504 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11519 {"_ZNK5clang14IdentifierInfo14getPPKeywordIDEv", "clang::IdentifierInfo::getPPKeywordID() const"},