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

  /external/clang/lib/Frontend/
DependencyGraph.cpp 49 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
69 const Token &IncludeTok,
DependencyFile.cpp 68 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
170 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
271 const Token &IncludeTok,
PrintPreprocessedOutput.cpp 127 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
316 const Token &IncludeTok,
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 57 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
63 this->IncludeTok = IncludeTok;
74 Token IncludeTok;
  /external/clang/include/clang/Lex/
PPCallbacks.h 90 /// \param IncludeTok The token that indicates the kind of inclusion
121 const Token &IncludeTok,
352 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
357 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
360 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
PreprocessingRecord.h 494 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PreprocessingRecord.cpp 436 const clang::Token &IncludeTok,
446 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
  /external/clang/tools/libclang/
Indexing.cpp 270 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
275 bool isImport = (IncludeTok.is(tok::identifier) &&
276 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import);
    [all...]
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 66 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
171 const Token &/*IncludeTok*/,

Completed in 190 milliseconds