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

  /external/clang/lib/Sema/
SemaAttr.cpp 329 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation,
347 CurrentPragmaLocation = I->PragmaLocation;
353 CurrentPragmaLocation = Stack.back().PragmaLocation;
359 CurrentPragmaLocation = PragmaLocation;
411 void Sema::ActOnPragmaMSSeg(SourceLocation PragmaLocation,
423 Diag(PragmaLocation, diag::warn_pragma_pop_failed) << PragmaName
428 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName);
432 void Sema::ActOnPragmaMSSection(SourceLocation PragmaLocation,
434 UnifySection(SegmentName->getString(), SectionFlags, PragmaLocation);
437 void Sema::ActOnPragmaMSInitSeg(SourceLocation PragmaLocation,
    [all...]
  /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...]
  /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/include/clang/Parse/
Parser.h 494 SourceLocation PragmaLocation);
496 SourceLocation PragmaLocation);
498 SourceLocation PragmaLocation);
    [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 400 milliseconds