Searched defs:HashLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Frontend/
H A DDependencyGraph.cpp49 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
67 void DependencyGraphCallback::InclusionDirective(SourceLocation HashLoc, argument
81 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
H A DDependencyFile.cpp67 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
160 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
260 void DFGImpl::InclusionDirective(SourceLocation HashLoc, argument
H A DPrintPreprocessedOutput.cpp130 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
318 void PrintPPOutputPPCallbacks::InclusionDirective(SourceLocation HashLoc, argument
332 MoveToLine(HashLoc);
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp59 void InclusionDirective(SourceLocation HashLoc, argument
68 this->HashLoc = HashLoc;
79 SourceLocation HashLoc; member in class:__anon19545::InclusionDirectiveCallbacks
/external/clang/lib/Lex/
H A DPreprocessingRecord.cpp437 SourceLocation HashLoc,
481 File, SourceRange(HashLoc, EndLoc));
436 InclusionDirective( SourceLocation HashLoc, const clang::Token &IncludeTok, StringRef FileName, bool IsAngled, CharSourceRange FilenameRange, const FileEntry *File, StringRef SearchPath, StringRef RelativePath, const Module *Imported) argument
H A DPPDirectives.cpp1378 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, argument
1445 Diag(HashLoc, diag::err_pp_include_in_arc_cf_code_audited);
1505 Callbacks->InclusionDirective(HashLoc, IncludeTok,
1591 CharSourceRange ReplaceRange(SourceRange(HashLoc, CharEnd),
1593 Diag(HashLoc, diag::warn_auto_module_import)
1625 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1635 EnterAnnotationToken(*this, HashLoc, End, tok::annot_module_include,
1653 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1701 EnterAnnotationToken(*this, HashLoc, End, tok::annot_module_begin,
1708 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, argument
1745 HandleImportDirective(SourceLocation HashLoc, Token &ImportTok) argument
1759 HandleIncludeMacrosDirective(SourceLocation HashLoc, Token &IncludeMacrosTok) argument
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp63 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
169 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc, argument
181 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported)));
/external/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
355 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
360 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
363 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,

Completed in 182 milliseconds