Lines Matching refs:HashLoc
373 SourceLocation HashLoc) { in getSkippedRangeForExcludedConditionalBlock() argument
376 if (!HashLoc.isFileID()) in getSkippedRangeForExcludedConditionalBlock()
380 SourceMgr.getDecomposedLoc(HashLoc); in getSkippedRangeForExcludedConditionalBlock()
878 SourceLocation HashLoc) { in HandleSkippedDirectiveWhileUsingPCH() argument
886 return HandleIncludeDirective(HashLoc, Result); in HandleSkippedDirectiveWhileUsingPCH()
1566 Preprocessor &PP, SourceLocation HashLoc, Token &IncludeTok, in diagnoseAutoModuleImport() argument
1606 CharSourceRange ReplaceRange(SourceRange(HashLoc, PathEnd), in diagnoseAutoModuleImport()
1608 PP.Diag(HashLoc, diag::warn_auto_module_import) in diagnoseAutoModuleImport()
1678 void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc, in HandleIncludeDirective() argument
1700 auto Action = HandleHeaderIncludeOrImport(HashLoc, IncludeTok, FilenameTok, in HandleIncludeDirective()
1707 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
1711 EnterAnnotationToken(SourceRange(HashLoc, EndLoc), in HandleIncludeDirective()
1854 SourceLocation HashLoc, Token &IncludeTok, Token &FilenameTok, in HandleHeaderIncludeOrImport() argument
1872 bool IsImportDecl = HashLoc.isInvalid(); in HandleHeaderIncludeOrImport()
1873 SourceLocation StartLoc = IsImportDecl ? IncludeTok.getLocation() : HashLoc; in HandleHeaderIncludeOrImport()
2073 HashLoc, IncludeTok, LookupFilename, isAngled, FilenameRange, in HandleHeaderIncludeOrImport()
2285 void Preprocessor::HandleIncludeNextDirective(SourceLocation HashLoc, in HandleIncludeNextDirective() argument
2318 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup, in HandleIncludeNextDirective()
2338 void Preprocessor::HandleImportDirective(SourceLocation HashLoc, in HandleImportDirective() argument
2345 return HandleIncludeDirective(HashLoc, ImportTok); in HandleImportDirective()
2352 void Preprocessor::HandleIncludeMacrosDirective(SourceLocation HashLoc, in HandleIncludeMacrosDirective() argument
2366 HandleIncludeDirective(HashLoc, IncludeMacrosTok); in HandleIncludeMacrosDirective()