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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDependencyGraph.cpp49 virtual void InclusionDirective(SourceLocation HashLoc,
71 void DependencyGraphCallback::InclusionDirective(SourceLocation HashLoc, argument
85 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
H A DDependencyFile.cpp59 virtual void InclusionDirective(SourceLocation HashLoc,
133 void DependencyFileCallback::InclusionDirective(SourceLocation HashLoc, argument
H A DPrintPreprocessedOutput.cpp130 virtual void InclusionDirective(SourceLocation HashLoc,
327 void PrintPPOutputPPCallbacks::InclusionDirective(SourceLocation HashLoc, argument
341 MoveToLine(HashLoc);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPPCallbacks.h87 /// \param HashLoc The location of the '#' that starts the inclusion
120 virtual void InclusionDirective(SourceLocation HashLoc, argument
352 virtual void InclusionDirective(SourceLocation HashLoc, argument
361 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
364 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
H A DPreprocessor.h1438 void HandleIncludeDirective(SourceLocation HashLoc,
1442 void HandleIncludeNextDirective(SourceLocation HashLoc, Token &Tok);
1443 void HandleIncludeMacrosDirective(SourceLocation HashLoc, Token &Tok);
1444 void HandleImportDirective(SourceLocation HashLoc, Token &Tok);
H A DPreprocessingRecord.h565 virtual void InclusionDirective(SourceLocation HashLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1397 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, argument
1464 Diag(HashLoc, diag::err_pp_include_in_arc_cf_code_audited);
1515 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1598 CharSourceRange ReplaceRange(SourceRange(HashLoc, CharEnd),
1600 Diag(HashLoc, diag::warn_auto_module_import)
1632 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1645 Tok[0].setLocation(HashLoc);
1665 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1701 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, argument
1719 return HandleIncludeDirective(HashLoc, IncludeNextTo
1738 HandleImportDirective(SourceLocation HashLoc, Token &ImportTok) argument
1752 HandleIncludeMacrosDirective(SourceLocation HashLoc, Token &IncludeMacrosTok) argument
[all...]
H A DPreprocessingRecord.cpp433 SourceLocation HashLoc,
477 File, SourceRange(HashLoc, EndLoc));
432 InclusionDirective( SourceLocation HashLoc, const clang::Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp64 virtual void InclusionDirective(SourceLocation HashLoc,
174 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc, argument
186 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported)));

Completed in 104 milliseconds