• Home
  • Raw
  • Download

Lines Matching refs:getLocation

485     SourceLocation getLocation() const {  in getLocation()  function
566 SourceLocation Result = Tok.getLocation(); in consumeToken()
571 Tok.Location = LToken.getLocation().getRawEncoding(); in consumeToken()
621 Diags.Report(LToken.getLocation(), diag::err_invalid_string_udl); in consumeToken()
649 Diags.Report(LToken.getLocation(), diag::err_mmap_unknown_token); in consumeToken()
714 Id.push_back(std::make_pair(Tok.getString(), Tok.getLocation())); in parseModuleId()
717 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module_name); in parseModuleId()
784 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module); in parseModuleDecl()
852 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_attribute); in parseModuleDecl()
866 Diags.Report(Tok.getLocation(), diag::warn_mmap_unknown_attribute) in parseModuleDecl()
878 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_rsquare); in parseModuleDecl()
889 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_lbrace) in parseModuleDecl()
904 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_rbrace); in parseModuleDecl()
967 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_member); in parseModuleDecl()
976 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_rbrace); in parseModuleDecl()
1002 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_feature); in parseRequiresDecl()
1073 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_header) in parseHeaderDecl()
1184 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_header) in parseUmbrellaDirDecl()
1249 Tok.getLocation())); in parseExportDecl()
1266 Diags.Report(Tok.getLocation(), diag::err_mmap_export_module_id); in parseExportDecl()
1322 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_lbrace_wildcard); in parseInferredSubmoduleDecl()
1342 Diags.Report(Tok.getLocation(), in parseInferredSubmoduleDecl()
1353 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_wildcard_member); in parseInferredSubmoduleDecl()
1362 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_rbrace); in parseInferredSubmoduleDecl()
1413 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module); in parseModuleMapFile()