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

/external/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,
324 void PrintPPOutputPPCallbacks::InclusionDirective(SourceLocation HashLoc, argument
338 MoveToLine(HashLoc);
/external/clang/unittests/Lex/
H A DPPCallbacksTest.cpp49 void InclusionDirective(SourceLocation HashLoc, argument
58 this->HashLoc = HashLoc;
69 SourceLocation HashLoc; member in class:__anon16679::InclusionDirectiveCallbacks
/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
332 virtual void InclusionDirective(SourceLocation HashLoc, argument
341 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
344 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
/external/clang/lib/Lex/
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
H A DPPDirectives.cpp1331 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, argument
1398 Diag(HashLoc, diag::err_pp_include_in_arc_cf_code_audited);
1449 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1532 CharSourceRange ReplaceRange(SourceRange(HashLoc, CharEnd),
1534 Diag(HashLoc, diag::warn_auto_module_import)
1567 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1586 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1622 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, argument
1640 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup);
1659 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, argument
1673 HandleIncludeMacrosDirective(SourceLocation HashLoc, Token &IncludeMacrosTok) argument
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp64 virtual void InclusionDirective(SourceLocation HashLoc,
170 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc, argument
182 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported)));
/external/clang/tools/libclang/
H A DIndexing.cpp269 virtual void InclusionDirective(SourceLocation HashLoc, argument
280 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled,

Completed in 495 milliseconds