HomeSort by: relevance | last modified time | path
    Searched refs:PragmaLocation (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp 318 CSec->PragmaLocation = PragmaLoc;
543 void Sema::PragmaStack<Sema::AlignPackInfo>::Act(SourceLocation PragmaLocation,
549 CurrentPragmaLocation = PragmaLocation;
554 PragmaLocation));
564 CurrentPragmaLocation = I->PragmaLocation;
579 CurrentPragmaLocation = PragmaLocation;
582 CurrentPragmaLocation = Stack.back().PragmaLocation;
594 CurrentPragmaLocation = Stack.back().PragmaLocation;
600 CurrentPragmaLocation = PragmaLocation;
606 SourceLocation PragmaLocation;
    [all...]
SemaDecl.cpp 9459 PragmaClangTextSection.PragmaLocation, AttributeCommonInfo::AS_Pragma));
13308 PragmaClangBSSSection.PragmaLocation,
13313 PragmaClangDataSection.PragmaLocation,
13318 PragmaClangRodataSection.PragmaLocation,
13323 PragmaClangRelroSection.PragmaLocation,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 834 SourceLocation PragmaLocation = ConsumeAnnotationToken();
850 if (!(this->*Handler)(PragmaName, PragmaLocation)) {
860 SourceLocation PragmaLocation) {
862 PP.Diag(PragmaLocation, diag::warn_pragma_expected_lparen) << PragmaName;
868 PP.Diag(PragmaLocation, diag::warn_pragma_expected_section_name)
877 PP.Diag(PragmaLocation, diag::warn_pragma_expected_non_wide_string)
894 PP.Diag(PragmaLocation, diag::warn_pragma_expected_action_or_r_paren)
911 PP.Diag(PragmaLocation, Flag == ASTContext::PSF_None
926 PP.Diag(PragmaLocation, diag::warn_pragma_expected_rparen) << PragmaName;
931 PP.Diag(PragmaLocation, diag::warn_pragma_extra_tokens_at_eol
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 466 SourceLocation PragmaLocation;
592 SourceLocation PragmaLocation;
595 SourceLocation PragmaLocation, SourceLocation PragmaPushLocation)
597 PragmaLocation(PragmaLocation),
601 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action,
605 CurrentPragmaLocation = PragmaLocation;
610 PragmaLocation);
620 CurrentPragmaLocation = I->PragmaLocation;
626 CurrentPragmaLocation = Stack.back().PragmaLocation;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 712 SourceLocation PragmaLocation);
714 SourceLocation PragmaLocation);
716 SourceLocation PragmaLocation);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4085 AddSourceLocation(StackEntry.PragmaLocation, Record);
4105 AddSourceLocation(StackEntry.PragmaLocation, Record);

Completed in 69 milliseconds