Home
last modified time | relevance | path

Searched defs:HashLoc (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp74 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
93 void DependencyGraphCallback::EmbedDirective(SourceLocation HashLoc, StringRef, in EmbedDirective()
H A DPrintPreprocessedOutput.cpp417 SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() argument
485 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective() argument
H A DPrecompiledPreamble.cpp98 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective() argument
/llvm-project/clang-tools-extra/clang-tidy/llvmlibc/
H A DRestrictSystemLibcHeadersCheck.cpp47 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.cpp22 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousIncludeCheck.cpp53 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DKernelNameRestrictionCheck.cpp63 SourceLocation HashLoc, const Token &, StringRef FileName, bool, in InclusionDirective()
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1173 HandleSkippedDirectiveWhileUsingPCH(Token & Result,SourceLocation HashLoc) HandleSkippedDirectiveWhileUsingPCH() argument
1896 diagnoseAutoModuleImport(Preprocessor & PP,SourceLocation HashLoc,Token & IncludeTok,ArrayRef<std::pair<IdentifierInfo *,SourceLocation>> Path,SourceLocation PathEnd) diagnoseAutoModuleImport() argument
2043 HandleIncludeDirective(SourceLocation HashLoc,Token & IncludeTok,ConstSearchDirIterator LookupFrom,const FileEntry * LookupFromFile) HandleIncludeDirective() argument
2221 HandleHeaderIncludeOrImport(SourceLocation HashLoc,Token & IncludeTok,Token & FilenameTok,SourceLocation EndLoc,ConstSearchDirIterator LookupFrom,const FileEntry * LookupFromFile) HandleHeaderIncludeOrImport() argument
2693 HandleIncludeNextDirective(SourceLocation HashLoc,Token & IncludeNextTok) HandleIncludeNextDirective() argument
2721 HandleImportDirective(SourceLocation HashLoc,Token & ImportTok) HandleImportDirective() argument
2735 HandleIncludeMacrosDirective(SourceLocation HashLoc,Token & IncludeMacrosTok) HandleIncludeMacrosDirective() argument
3880 HandleEmbedDirectiveImpl(SourceLocation HashLoc,const LexEmbedParametersResult & Params,StringRef BinaryContents) HandleEmbedDirectiveImpl() argument
3928 HandleEmbedDirective(SourceLocation HashLoc,Token & EmbedTok,const FileEntry * LookupFromFile) HandleEmbedDirective() argument
[all...]
H A DPreprocessingRecord.cpp473 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * SuggestedModule,bool ModuleImported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp78 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.cpp169 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective() argument
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DDeprecatedHeadersCheck.cpp180 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
H A DMacroToEnumCheck.cpp116 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-tidy/llvm/
H A DIncludeOrderCheck.cpp83 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
/llvm-project/clang/include/clang/Lex/
H A DPPCallbacks.h111 virtual void EmbedDirective(SourceLocation HashLoc, StringRef FileName, in EmbedDirective()
168 virtual void InclusionDirective(SourceLocation HashLoc, in InclusionDirective()
508 void EmbedDirective(SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective()
523 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective()
/llvm-project/clang-tools-extra/modularize/
H A DCoverageChecker.cpp89 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective() argument
/llvm-project/clang/unittests/Lex/
H A DPPCallbacksTest.cpp36 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective()
56 SourceLocation HashLoc; member in __anon1476b0c10111::InclusionDirectiveCallbacks
/llvm-project/clang-tools-extra/clangd/
H A DHeaders.cpp38 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective() argument
H A DParsedAST.cpp203 auto HashLoc = SM.getComposedLoc(SM.getMainFileID(), Inc.HashOffset); in replay() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp189 SourceLocation HashLoc, const Token & /*IncludeTok*/, in InclusionDirective()
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DRecord.cpp215 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective()
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp466 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * SuggestedModule,bool ModuleImported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument
/llvm-project/clang-tools-extra/pp-trace/
H A DPPCallbacksTracker.cpp135 SourceLocation HashLoc, const Token &IncludeTok, llvm::StringRef FileName, in InclusionDirective()
/llvm-project/clang-tools-extra/clang-move/
H A DMove.cpp131 void InclusionDirective(SourceLocation HashLoc, const Token & /*IncludeTok*/, in InclusionDirective()
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp260 InclusionDirective(SourceLocation HashLoc,const Token & IncludeTok,StringRef FileName,bool IsAngled,CharSourceRange FilenameRange,OptionalFileEntryRef File,StringRef SearchPath,StringRef RelativePath,const Module * SuggestedModule,bool ModuleImported,SrcMgr::CharacteristicKind FileType) InclusionDirective() argument

12