HomeSort by relevance Sort by last modified time
    Searched refs:HashLoc (Results 1 - 10 of 10) 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 58 virtual void InclusionDirective(SourceLocation HashLoc,
132 void DependencyFileCallback::InclusionDirective(SourceLocation HashLoc,
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 48 void InclusionDirective(SourceLocation HashLoc,
57 this->HashLoc = HashLoc;
68 SourceLocation HashLoc;
  /external/clang/include/clang/Lex/
PPCallbacks.h 85 /// \param HashLoc The location of the '#' that starts the inclusion
118 virtual void InclusionDirective(SourceLocation HashLoc,
293 virtual void InclusionDirective(SourceLocation HashLoc,
302 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
305 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
Preprocessor.h     [all...]
PreprocessingRecord.h 565 virtual void InclusionDirective(SourceLocation HashLoc,
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 56 virtual void InclusionDirective(SourceLocation HashLoc,
152 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc,
164 std::make_pair(HashLoc.getRawEncoding(), FileChange(HashLoc)));
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PreprocessingRecord.cpp 428 SourceLocation HashLoc,
472 File, SourceRange(HashLoc, EndLoc));
  /external/clang/tools/libclang/
Indexing.cpp 268 virtual void InclusionDirective(SourceLocation HashLoc,
279 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled,
    [all...]

Completed in 194 milliseconds