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

References

tools/clang/include/clang/Sema/Sema.h
  438              PragmaClangSectionAction Action,
 8919                                PragmaClangSectionAction Action,
tools/clang/lib/Parse/ParsePragma.cpp
 1835       (SecName.size()? Sema::PragmaClangSectionAction::PCSA_Set :
 1836                        Sema::PragmaClangSectionAction::PCSA_Clear),
tools/clang/lib/Sema/SemaAttr.cpp
  256 void Sema::ActOnPragmaClangSection(SourceLocation PragmaLoc, PragmaClangSectionAction Action,
  279   if (Action == PragmaClangSectionAction::PCSA_Clear) {