Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp282 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName()
904 if (II->getPPKeywordID() == tok::pp_define) { in HandleSkippedDirectiveWhileUsingPCH()
909 II->getPPKeywordID() == tok::pp_include) { in HandleSkippedDirectiveWhileUsingPCH()
912 if (SkippingUntilPragmaHdrStop && II->getPPKeywordID() == tok::pp_pragma) { in HandleSkippedDirectiveWhileUsingPCH()
963 switch (II->getPPKeywordID()) { in HandleDirective()
1006 switch (II->getPPKeywordID()) { in HandleDirective()
1609 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport()
2063 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import; in HandleHeaderIncludeOrImport()
2231 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == in HandleHeaderIncludeOrImport()
H A DPreprocessingRecord.cpp473 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp417 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process()
472 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h223 tok::PPKeywordKind getPPKeywordID() const; in alignas()
H A DTokenKinds.def92 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp309 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp352 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp269 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import); in InclusionDirective()
/netbsd/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h449 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
H A DFormatTokenLexer.cpp1013 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()
H A DTokenAnnotator.cpp1224 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective()
1274 (Info && Info->getPPKeywordID() == tok::pp_import && in parseLine()
H A DContinuationIndenter.cpp535 Current.Previous->Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
H A DUnwrappedLineParser.cpp740 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()