Searched refs:HashLoc (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyGraph.cpp48 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
69 SourceLocation HashLoc,
84 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
68 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
H A DModuleDependencyCollector.cpp48 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
H A DPrintPreprocessedOutput.cpp128 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
326 SourceLocation HashLoc,
340 MoveToLine(HashLoc);
357 MoveToLine(HashLoc);
325 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
H A DDependencyFile.cpp67 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
H A DPrecompiledPreamble.cpp100 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMacroPPCallbacks.h102 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
H A DMacroPPCallbacks.cpp169 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName,
175 LastHashLoc = HashLoc;
168 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp394 SourceLocation HashLoc) {
397 if (!HashLoc.isFileID())
401 SourceMgr.getDecomposedLoc(HashLoc);
902 SourceLocation HashLoc) {
910 return HandleIncludeDirective(HashLoc, Result);
1590 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok,
1630 CharSourceRange ReplaceRange(SourceRange(HashLoc, PathEnd),
1632 PP.Diag(HashLoc, diag::warn_auto_module_import)
1702 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, argument
1724 auto Action = HandleHeaderIncludeOrImport(HashLoc, IncludeTo
393 getSkippedRangeForExcludedConditionalBlock( SourceLocation HashLoc) argument
901 HandleSkippedDirectiveWhileUsingPCH(Token &Result, SourceLocation HashLoc) argument
1589 diagnoseAutoModuleImport( Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, ArrayRef<std::pair<IdentifierInfo *, SourceLocation>> Path, SourceLocation PathEnd) argument
1877 HandleHeaderIncludeOrImport( SourceLocation HashLoc, Token &IncludeTok, Token &FilenameTok, SourceLocation EndLoc, const DirectoryLookup *LookupFrom, const FileEntry *LookupFromFile) argument
2309 HandleIncludeNextDirective(SourceLocation HashLoc, Token &IncludeNextTok) argument
2362 HandleImportDirective(SourceLocation HashLoc, Token &ImportTok) argument
2376 HandleIncludeMacrosDirective(SourceLocation HashLoc, Token &IncludeMacrosTok) argument
[all...]
H A DPreprocessingRecord.cpp461 SourceLocation HashLoc,
506 SourceRange(HashLoc, EndLoc));
460 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp77 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
189 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc, argument
200 auto P = ModuleIncludes.insert(std::make_pair(HashLoc, Imported));
204 LastInclusionLocation = HashLoc;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPPCallbacks.h85 /// \param HashLoc The location of the '#' that starts the inclusion
122 virtual void InclusionDirective(SourceLocation HashLoc, argument
405 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
411 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
414 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
H A DPreprocessor.h1319 SourceLocation HashLoc);
2273 void HandleIncludeDirective(SourceLocation HashLoc, Token &Tok,
2277 HandleHeaderIncludeOrImport(SourceLocation HashLoc, Token &IncludeTok,
2281 void HandleIncludeNextDirective(SourceLocation HashLoc, Token &Tok);
2282 void HandleIncludeMacrosDirective(SourceLocation HashLoc, Token &Tok);
2283 void HandleImportDirective(SourceLocation HashLoc, Token &Tok);
2388 getSkippedRangeForExcludedConditionalBlock(SourceLocation HashLoc);
H A DPreprocessingRecord.h531 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h125 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp128 SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName,
127 InclusionDirective( SourceLocation HashLoc, const Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported, SrcMgr::CharacteristicKind FileType) argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp262 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
270 DataConsumer.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled,

Completed in 326 milliseconds