Home | History | Annotate | Download | only in libclang

Lines Matching refs:IncludeTok

270   void InclusionDirective(SourceLocation HashLoc, const Token &IncludeTok,
275 bool isImport = (IncludeTok.is(tok::identifier) &&
276 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import);