HomeSort by relevance Sort by last modified time
    Searched refs:HashLoc (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Frontend/
DependencyGraph.cpp 49 virtual void InclusionDirective(SourceLocation HashLoc,
71 void DependencyGraphCallback::InclusionDirective(SourceLocation HashLoc,
85 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
DependencyFile.cpp 59 virtual void InclusionDirective(SourceLocation HashLoc,
133 void DependencyFileCallback::InclusionDirective(SourceLocation HashLoc,
PrintPreprocessedOutput.cpp 130 virtual void InclusionDirective(SourceLocation HashLoc,
324 void PrintPPOutputPPCallbacks::InclusionDirective(SourceLocation HashLoc,
338 MoveToLine(HashLoc);
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 49 void InclusionDirective(SourceLocation HashLoc,
58 this->HashLoc = HashLoc;
69 SourceLocation HashLoc;
  /external/clang/include/clang/Lex/
PPCallbacks.h 87 /// \param HashLoc The location of the '#' that starts the inclusion
120 virtual void InclusionDirective(SourceLocation HashLoc,
332 virtual void InclusionDirective(SourceLocation HashLoc,
341 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
344 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
Preprocessor.h     [all...]
PreprocessingRecord.h 565 virtual void InclusionDirective(SourceLocation HashLoc,
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PreprocessingRecord.cpp 433 SourceLocation HashLoc,
477 File, SourceRange(HashLoc, EndLoc));
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 64 virtual void InclusionDirective(SourceLocation HashLoc,
170 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc,
182 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc, Imported)));
  /external/clang/tools/libclang/
Indexing.cpp 269 virtual void InclusionDirective(SourceLocation HashLoc,
280 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled,
    [all...]

Completed in 163 milliseconds