Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp317 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName()
1095 if (II->getPPKeywordID() == tok::pp_define) { in HandleSkippedDirectiveWhileUsingPCH()
1100 II->getPPKeywordID() == tok::pp_include) { in HandleSkippedDirectiveWhileUsingPCH()
1103 if (SkippingUntilPragmaHdrStop && II->getPPKeywordID() == tok::pp_pragma) { in HandleSkippedDirectiveWhileUsingPCH()
1154 switch (II->getPPKeywordID()) { in HandleDirective()
1197 switch (II->getPPKeywordID()) { in HandleDirective()
1211 return HandleElifFamilyDirective(Result, SavedHash, II->getPPKeywordID()); in HandleDirective()
1813 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport()
2313 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import; in HandleHeaderIncludeOrImport()
2488 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == in HandleHeaderIncludeOrImport()
H A DPreprocessingRecord.cpp484 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp399 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process()
454 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DIdentifierTable.h287 tok::PPKeywordKind getPPKeywordID() const; in alignas()
H A DTokenKinds.def94 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/openbsd/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp395 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormatToken.h542 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
1729 switch (Info->getPPKeywordID()) { in isVerilogPPDirective()
H A DFormatTokenLexer.cpp1202 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()
H A DContinuationIndenter.cpp618 Previous.Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
H A DTokenAnnotator.cpp1417 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective()
1475 Info->getPPKeywordID() == tok::pp_import && CurrentToken->Next && in parseLine()
H A DUnwrappedLineParser.cpp1122 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp410 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp269 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import); in InclusionDirective()