Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h65 pp_import, enumerator
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousIncludeCheck.cpp78 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import) in InclusionDirective()
/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp753 .Case("import", pp_import) in lexPPLine()
776 case pp_import: in lexPPLine()
H A DPreprocessingRecord.cpp496 case tok::pp_import: in InclusionDirective()
H A DPPDirectives.cpp1169 case tok::pp_import: in HandleDirective()
1258 case tok::pp_import: in HandleDirective()
1831 case tok::pp_import: in diagnoseAutoModuleImport()
2322 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import; in HandleHeaderIncludeOrImport()
H A DLexer.cpp4389 case pp_import: in LexDependencyDirectiveTokenWhileSkipping()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp259 directive(tok::pp_import), in TEST_F()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp398 case tok::pp_import: { in Process()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp107 EXPECT_EQ(pp_import, Directives[13].Kind); in TEST()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp418 case tok::pp_import: in InclusionDirective()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp362 case tok::pp_import: in spellingForIncDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp269 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import); in InclusionDirective()
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp1354 case tok::pp_import: in parsePreprocessorDirective()
1408 (Info && Info->getPPKeywordID() == tok::pp_import && in parseLine()