• Home
  • Raw
  • Download

Lines Matching refs:HashLoc

1599     Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok,  in diagnoseAutoModuleImport()  argument
1633 CharSourceRange ReplaceRange(SourceRange(HashLoc, PathEnd), in diagnoseAutoModuleImport()
1635 PP.Diag(HashLoc, diag::warn_auto_module_import) in diagnoseAutoModuleImport()
1679 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() argument
1746 Diag(HashLoc, diag::err_pp_include_in_arc_cf_code_audited); in HandleIncludeDirective()
1755 Diag(HashLoc, diag::err_pp_include_in_assume_nonnull); in HandleIncludeDirective()
1889 diagnoseAutoModuleImport(*this, HashLoc, IncludeTok, Path, CharEnd); in HandleIncludeDirective()
1930 HashLoc, IncludeTok, in HandleIncludeDirective()
1996 makeModuleVisible(M, HashLoc); in HandleIncludeDirective()
2000 EnterAnnotationToken(*this, HashLoc, End, tok::annot_module_include, M); in HandleIncludeDirective()
2025 EnterSubmodule(M, HashLoc); in HandleIncludeDirective()
2031 EnterAnnotationToken(*this, HashLoc, End, tok::annot_module_begin, M); in HandleIncludeDirective()
2037 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, in HandleIncludeNextDirective() argument
2062 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective()
2082 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, in HandleImportDirective() argument
2089 return HandleIncludeDirective(HashLoc, ImportTok, nullptr, nullptr, true); in HandleImportDirective()
2096 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc, in HandleIncludeMacrosDirective() argument
2110 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()