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

  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 60 const Token &IncludeTok,
69 this->IncludeTok = IncludeTok;
80 Token IncludeTok;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 49 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
68 const Token &IncludeTok,
DependencyFile.cpp 67 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
160 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
261 const Token &IncludeTok,
PrintPreprocessedOutput.cpp 130 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
319 const Token &IncludeTok,
  /external/clang/include/clang/Lex/
PPCallbacks.h 90 /// \param IncludeTok The token that indicates the kind of inclusion
121 const Token &IncludeTok,
355 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
360 First->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
363 Second->InclusionDirective(HashLoc, IncludeTok, FileName, IsAngled,
PreprocessingRecord.h 573 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PreprocessingRecord.cpp 438 const clang::Token &IncludeTok,
448 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/Rewrite/Frontend/
InclusionRewriter.cpp 63 void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
170 const Token &/*IncludeTok*/,

Completed in 214 milliseconds