Lines Matching refs:HashLoc

394     SourceLocation HashLoc) {  in getSkippedRangeForExcludedConditionalBlock()  argument
397 if (!HashLoc.isFileID()) in getSkippedRangeForExcludedConditionalBlock()
401 SourceMgr.getDecomposedLoc(HashLoc); in getSkippedRangeForExcludedConditionalBlock()
902 SourceLocation HashLoc) { in HandleSkippedDirectiveWhileUsingPCH() argument
910 return HandleIncludeDirective(HashLoc, Result); in HandleSkippedDirectiveWhileUsingPCH()
1590 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, in diagnoseAutoModuleImport() argument
1630 CharSourceRange ReplaceRange(SourceRange(HashLoc, PathEnd), in diagnoseAutoModuleImport()
1632 PP.Diag(HashLoc, diag::warn_auto_module_import) in diagnoseAutoModuleImport()
1702 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() argument
1724 auto Action = HandleHeaderIncludeOrImport(HashLoc, IncludeTok, FilenameTok, in HandleIncludeDirective()
1731 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
1735 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
1878 SourceLocation HashLoc, Token &IncludeTok, Token &FilenameTok, in HandleHeaderIncludeOrImport() argument
1896 bool IsImportDecl = HashLoc.isInvalid(); in HandleHeaderIncludeOrImport()
1897 SourceLocation StartLoc = IsImportDecl ? IncludeTok.getLocation() : HashLoc; in HandleHeaderIncludeOrImport()
2097 HashLoc, IncludeTok, LookupFilename, isAngled, FilenameRange, in HandleHeaderIncludeOrImport()
2309 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, in HandleIncludeNextDirective() argument
2342 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective()
2362 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, in HandleImportDirective() argument
2369 return HandleIncludeDirective(HashLoc, ImportTok); in HandleImportDirective()
2376 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc, in HandleIncludeMacrosDirective() argument
2390 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()