Home | History | Annotate | Download | only in Lex

Lines Matching refs:HashLoc

1275 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, 
1342 Diag(HashLoc, diag::err_pp_include_in_arc_cf_code_audited);
1390 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1473 CharSourceRange ReplaceRange(SourceRange(HashLoc, CharEnd),
1475 Diag(HashLoc, diag::warn_auto_module_import)
1494 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1513 Callbacks->InclusionDirective(HashLoc, IncludeTok, Filename, isAngled,
1549 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc,
1567 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup);
1586 void Preprocessor::HandleImportDirective(SourceLocation HashLoc,
1593 return HandleIncludeDirective(HashLoc, ImportTok, 0, true);
1600 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc,
1614 HandleIncludeDirective(HashLoc, IncludeMacrosTok, 0, false);