Searched defs:HashLoc (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 74 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective() 93 void DependencyGraphCallback::EmbedDirective(SourceLocation HashLoc, StringRef, in EmbedDirective()
|
H A D | PrintPreprocessedOutput.cpp | 417 SourceLocation HashLoc, StringRef FileName, bool IsAngled, in EmbedDirective() 485 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
|
H A D | PrecompiledPreamble.cpp | 98 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1175 SourceLocation HashLoc) { in HandleSkippedDirectiveWhileUsingPCH() 1898 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, in diagnoseAutoModuleImport() 2045 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() 2223 SourceLocation HashLoc, Token &IncludeTok, Token &FilenameTok, in HandleHeaderIncludeOrImport() 2695 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, in HandleIncludeNextDirective() 2723 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, in HandleImportDirective() 2737 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc, in HandleIncludeMacrosDirective() 3878 SourceLocation HashLoc, const LexEmbedParametersResult &Params, in HandleEmbedDirectiveImpl() 3926 void Preprocessor::HandleEmbedDirective(SourceLocation HashLoc, Token &EmbedTok, in HandleEmbedDirective()
|
H A D | PreprocessingRecord.cpp | 473 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MacroPPCallbacks.cpp | 169 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PPCallbacks.h | 111 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()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 189 SourceLocation HashLoc, const Token & /*IncludeTok*/, in InclusionDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 466 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, in InclusionDirective()
|