reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParsePragma.cpp
 2668   PP.Lex(Tok);
 2670     PP.Diag(Tok.getLocation(), diag::err_pragma_fp_invalid_option)
 2684       PP.Diag(Tok.getLocation(), diag::err_pragma_fp_invalid_option)
 2688     PP.Lex(Tok);
 2692       PP.Diag(Tok.getLocation(), diag::err_expected) << tok::l_paren;
 2695     PP.Lex(Tok);
 2698       PP.Diag(Tok.getLocation(), diag::err_pragma_fp_invalid_argument)
 2699           << PP.getSpelling(Tok) << OptionInfo->getName();
 2713       PP.Diag(Tok.getLocation(), diag::err_pragma_fp_invalid_argument)
 2714           << PP.getSpelling(Tok) << OptionInfo->getName();
 2717     PP.Lex(Tok);
 2721       PP.Diag(Tok.getLocation(), diag::err_expected) << tok::r_paren;
 2724     PP.Lex(Tok);
 2726     auto *AnnotValue = new (PP.getPreprocessorAllocator())
 2739     PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol)
 2747   PP.EnterTokenStream(std::move(TokenArray), TokenList.size(),