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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 4039     if ((SI.SectionFlags & ASTContext::PSF_Write) == 0)
tools/clang/lib/Sema/SemaAttr.cpp
  474   if (Section->second.SectionFlags == SectionFlags ||
  475       !(Section->second.SectionFlags & ASTContext::PSF_Implicit))
  496     if (Section->second.SectionFlags == SectionFlags)
  498     if (!(Section->second.SectionFlags & ASTContext::PSF_Implicit)) {