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 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
68 void DependencyGraphCallback::InclusionDirective(SourceLocation HashLoc,
82 = SM.getFileEntryForID(SM.getFileID(SM.getExpansionLoc(HashLoc)));
DependencyFile.cpp 62 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
188 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
294 void DFGImpl::InclusionDirective(SourceLocation HashLoc,
PrintPreprocessedOutput.cpp 126 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
314 void PrintPPOutputPPCallbacks::InclusionDirective(SourceLocation HashLoc,
328 MoveToLine(HashLoc);
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 56 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
61 this->HashLoc = HashLoc;
72 SourceLocation HashLoc;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PreprocessingRecord.cpp 435 SourceLocation HashLoc,
479 File, SourceRange(HashLoc, EndLoc));
  /external/clang/include/clang/Lex/
PPCallbacks.h 89 /// \param HashLoc The location of the '#' that starts the inclusion
122 virtual void InclusionDirective(SourceLocation HashLoc,
353 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
358 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
361 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
PreprocessingRecord.h 493 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
Preprocessor.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 66 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
173 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc,
187 std::make_pair(HashLoc.getRawEncoding(), Imported));
191 LastInclusionLocation = HashLoc;
  /external/clang/tools/libclang/
Indexing.cpp 270 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
277 IndexCtx.ppIncludedFile(HashLoc, FileName, File, isImport, IsAngled,
    [all...]

Completed in 50 milliseconds