Lines Matching defs:IncludeTok
1920 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok,
1931 switch (IncludeTok.getIdentifierInfo()->getPPKeywordID()) {
2068 Token &IncludeTok,
2087 CheckEndOfDirective(IncludeTok.getIdentifierInfo()->getNameStart(), true);
2089 auto Action = HandleHeaderIncludeOrImport(HashLoc, IncludeTok, FilenameTok,
2111 IncludeTok.setKind(tok::eof);
2237 /// \param IncludeTok The include / include_next / import token.
2245 SourceLocation HashLoc, Token &IncludeTok, Token &FilenameTok,
2264 SourceLocation StartLoc = IsImportDecl ? IncludeTok.getLocation() : HashLoc;
2405 diagnoseAutoModuleImport(*this, StartLoc, IncludeTok, Path, CharEnd);
2412 IncludeTok.getLocation(), Path, Module::Hidden,
2434 Token &Result = IncludeTok;
2459 IncludeTok.getIdentifierInfo()->getPPKeywordID() == tok::pp_import;
2500 Callbacks->InclusionDirective(HashLoc, IncludeTok, LookupFilename, isAngled,
2633 if (IncludeTok.getIdentifierInfo()->getPPKeywordID() ==