Home | History | Annotate | Download | only in Sema

Lines Matching refs:SectionFlags

364                         int SectionFlags,
369 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags);
373 if (Section->second.SectionFlags == SectionFlags ||
374 !(Section->second.SectionFlags & ASTContext::PSF_Implicit))
391 int SectionFlags,
395 if (Section->second.SectionFlags == SectionFlags)
397 if (!(Section->second.SectionFlags & ASTContext::PSF_Implicit)) {
406 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
433 int SectionFlags, StringLiteral *SegmentName) {
434 UnifySection(SegmentName->getString(), SectionFlags, PragmaLocation);