HomeSort by relevance Sort by last modified time
    Searched defs:PragmaLocation (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/slang/
slang_rs_pragma_handler.cpp 142 const clang::SourceLocation PragmaLocation = FirstToken.getLocation();
177 PP.Diag(PragmaLocation, PP.getDiagnostics().getCustomDiagID(
192 PP.Diag(PragmaLocation, PP.getDiagnostics().getCustomDiagID(
204 PP.Diag(PragmaLocation,
220 mContext->addExportReduce(RSExportReduce::Create(mContext, PragmaLocation,
  /external/clang/lib/Parse/
ParsePragma.cpp 504 SourceLocation PragmaLocation = ConsumeToken(); // The annotation token.
520 if (!(this->*Handler)(PragmaName, PragmaLocation)) {
530 SourceLocation PragmaLocation) {
532 PP.Diag(PragmaLocation, diag::warn_pragma_expected_lparen) << PragmaName;
538 PP.Diag(PragmaLocation, diag::warn_pragma_expected_section_name)
547 PP.Diag(PragmaLocation, diag::warn_pragma_expected_non_wide_string)
564 PP.Diag(PragmaLocation, diag::warn_pragma_expected_action_or_r_paren)
581 PP.Diag(PragmaLocation, Flag == ASTContext::PSF_None
596 PP.Diag(PragmaLocation, diag::warn_pragma_expected_rparen) << PragmaName;
601 PP.Diag(PragmaLocation, diag::warn_pragma_extra_tokens_at_eol
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 366 SourceLocation PragmaLocation;
369 SourceLocation PragmaLocation)
371 PragmaLocation(PragmaLocation) {}
373 void Act(SourceLocation PragmaLocation,
    [all...]

Completed in 441 milliseconds