Lines Matching refs:HashLoc
1175 SourceLocation HashLoc) { in HandleSkippedDirectiveWhileUsingPCH() argument
1183 return HandleIncludeDirective(HashLoc, Result); in HandleSkippedDirectiveWhileUsingPCH()
1898 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, in diagnoseAutoModuleImport() argument
1930 PP.Diag(HashLoc, diag::remark_pp_include_directive_modular_translation) in diagnoseAutoModuleImport()
2045 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() argument
2067 auto Action = HandleHeaderIncludeOrImport(HashLoc, IncludeTok, FilenameTok, in HandleIncludeDirective()
2074 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
2078 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), tok::annot_header_unit, in HandleIncludeDirective()
2082 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
2223 SourceLocation HashLoc, Token &IncludeTok, Token &FilenameTok, in HandleHeaderIncludeOrImport() argument
2241 bool IsImportDecl = HashLoc.isInvalid(); in HandleHeaderIncludeOrImport()
2242 SourceLocation StartLoc = IsImportDecl ? IncludeTok.getLocation() : HashLoc; in HandleHeaderIncludeOrImport()
2478 Callbacks->InclusionDirective(HashLoc, IncludeTok, LookupFilename, isAngled, in HandleHeaderIncludeOrImport()
2695 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, in HandleIncludeNextDirective() argument
2703 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective()
2723 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, in HandleImportDirective() argument
2730 return HandleIncludeDirective(HashLoc, ImportTok); in HandleImportDirective()
2737 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc, in HandleIncludeMacrosDirective() argument
2751 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()
3878 SourceLocation HashLoc, const LexEmbedParametersResult &Params, in HandleEmbedDirectiveImpl() argument
3913 Toks[CurIdx].setAnnotationRange(HashLoc); in HandleEmbedDirectiveImpl()
3926 void Preprocessor::HandleEmbedDirective(SourceLocation HashLoc, Token &EmbedTok, in HandleEmbedDirective() argument
4011 Callbacks->EmbedDirective(HashLoc, Filename, isAngled, MaybeFileRef, in HandleEmbedDirective()
4013 HandleEmbedDirectiveImpl(HashLoc, *Params, BinaryContents); in HandleEmbedDirective()