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

References

tools/clang/lib/Parse/ParsePragma.cpp
 2132   PP.LexUnexpandedToken(Tok);
 2134     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_identifier) <<
 2141   PP.Lex(Tok);
 2143     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_colon) << Ext;
 2147   PP.Lex(Tok);
 2149     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_predicate) << 0;
 2164     PP.Diag(Tok.getLocation(), diag::warn_pragma_expected_predicate)
 2170   PP.Lex(Tok);
 2172     PP.Diag(Tok.getLocation(), diag::warn_pragma_extra_tokens_at_eol) <<
 2177   auto Info = PP.getPreprocessorAllocator().Allocate<OpenCLExtData>(1);
 2180   MutableArrayRef<Token> Toks(PP.getPreprocessorAllocator().Allocate<Token>(1),
 2187   PP.EnterTokenStream(Toks, /*DisableMacroExpansion=*/true,
 2190   if (PP.getPPCallbacks())
 2191     PP.getPPCallbacks()->PragmaOpenCLExtension(NameLoc, Ext,