HomeSort by relevance Sort by last modified time
    Searched defs:InclusionDirective (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Frontend/
DependencyGraph.cpp 49 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
68 void DependencyGraphCallback::InclusionDirective(SourceLocation 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,
665 // PrintPPOutputPPCallbacks::InclusionDirective handles producing
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 59 void InclusionDirective(clang::SourceLocation hash_loc,
143 void IncludeFinderPPCallbacks::InclusionDirective(
  /external/clang/include/clang/Lex/
PPCallbacks.h 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 196 class InclusionDirective : public PreprocessingDirective {
233 InclusionDirective(PreprocessingRecord &PPRec,
493 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 66 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
173 void InclusionRewriter::InclusionDirective(SourceLocation HashLoc,
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 25 InclusionDirective::InclusionDirective(PreprocessingRecord &PPRec,
434 void PreprocessingRecord::InclusionDirective(
444 InclusionDirective::InclusionKind Kind = InclusionDirective::Include;
448 Kind = InclusionDirective::Include;
452 Kind = InclusionDirective::Import;
456 Kind = InclusionDirective::IncludeNext;
460 Kind = InclusionDirective::IncludeMacros;
473 EndLoc = EndLoc.getLocWithOffset(-1); // the InclusionDirective expect
    [all...]

Completed in 1036 milliseconds