Lines Matching defs:IncludeTok
1898 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok,
1909 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
2046 Token &IncludeTok,
2065 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true);
2067 auto Action = HandleHeaderIncludeOrImport(HashLoc, IncludeTok, FilenameTok,
2089 IncludeTok.setKind(tok::eof);
2215 /// \param IncludeTok The include / include_next / import token.
2223 SourceLocation HashLoc, Token &IncludeTok, Token &FilenameTok,
2242 SourceLocation StartLoc = IsImportDecl ? IncludeTok.getLocation() : HashLoc;
2383 diagnoseAutoModuleImport(*this, StartLoc, IncludeTok, Path, CharEnd);
2390 IncludeTok.getLocation(), Path, Module::Hidden,
2412 Token &Result = IncludeTok;
2437 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import;
2478 Callbacks->InclusionDirective(HashLoc, IncludeTok, LookupFilename, isAngled,
2611 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() ==