/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | SuspiciousIncludeCheck.cpp | 78 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import) in InclusionDirective()
|
/external/llvm-project/clang/lib/Lex/ |
D | PPDirectives.cpp | 261 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName() 880 if (II->getPPKeywordID() == tok::pp_define) { in HandleSkippedDirectiveWhileUsingPCH() 885 II->getPPKeywordID() == tok::pp_include) { in HandleSkippedDirectiveWhileUsingPCH() 888 if (SkippingUntilPragmaHdrStop && II->getPPKeywordID() == tok::pp_pragma) { in HandleSkippedDirectiveWhileUsingPCH() 939 switch (II->getPPKeywordID()) { in HandleDirective() 982 switch (II->getPPKeywordID()) { in HandleDirective() 1585 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport() 2039 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import; in HandleHeaderIncludeOrImport() 2207 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == in HandleHeaderIncludeOrImport()
|
D | PreprocessingRecord.cpp | 473 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 417 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process() 472 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 443 switch (RawToken.getIdentifierInfo()->getPPKeywordID()) { in Process() 493 bool elif = (RawToken.getIdentifierInfo()->getPPKeywordID() == in Process()
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 251 if ((isDefineUndef != MU_Other) && II->getPPKeywordID() == tok::pp_defined) { in CheckMacroName() 603 tok::PPKeywordKind K = Tok.getIdentifierInfo()->getPPKeywordID(); in PTHSkipExcludedConditionalBlock() 935 switch (II->getPPKeywordID()) { in HandleDirective() 973 switch (II->getPPKeywordID()) { in HandleDirective() 1612 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in diagnoseAutoModuleImport() 1998 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() != in HandleIncludeDirective()
|
D | PreprocessingRecord.cpp | 446 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Headers.cpp | 58 Inc.Directive = IncludeTok.getIdentifierInfo()->getPPKeywordID(); in InclusionDirective()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 181 tok::PPKeywordKind getPPKeywordID() const;
|
D | TokenKinds.def | 72 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
|
/external/llvm-project/clang/include/clang/Basic/ |
D | IdentifierTable.h | 215 tok::PPKeywordKind getPPKeywordID() const;
|
D | TokenKinds.def | 92 // the tok::pp_* namespace. Note that IdentifierInfo::getPPKeywordID must be
|
/external/clang/lib/Format/ |
D | FormatToken.h | 289 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
|
D | FormatTokenLexer.cpp | 536 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()
|
D | TokenAnnotator.cpp | 731 switch (CurrentToken->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePreprocessorDirective() 771 (Info && Info->getPPKeywordID() == tok::pp_import && in parseLine()
|
D | ContinuationIndenter.cpp | 285 Current.Previous->Tok.getIdentifierInfo()->getPPKeywordID() == in addTokenToState()
|
D | UnwrappedLineParser.cpp | 511 switch (FormatTok->Tok.getIdentifierInfo()->getPPKeywordID()) { in parsePPDirective()
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 255 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
|
/external/llvm-project/clang/lib/Basic/ |
D | IdentifierTable.cpp | 273 tok::PPKeywordKind IdentifierInfo::getPPKeywordID() const { in getPPKeywordID() function in IdentifierInfo
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 358 tok::PPKeywordKind K = II->getPPKeywordID(); in LexTokens()
|
/external/llvm-project/clang/lib/Frontend/ |
D | PrintPreprocessedOutput.cpp | 352 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) { in InclusionDirective()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 254 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import); in InclusionDirective()
|
/external/llvm-project/clang/tools/libclang/ |
D | Indexing.cpp | 269 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import); in InclusionDirective()
|
/external/llvm-project/clang/lib/Format/ |
D | FormatToken.h | 450 Tok.getIdentifierInfo()->getPPKeywordID() == Kind; in is()
|
D | FormatTokenLexer.cpp | 1029 Tokens.back()->Tok.getIdentifierInfo()->getPPKeywordID() == in getNextToken()
|