Home | History | Annotate | Download | only in Parse

Lines Matching refs:SectionFlags

551   int SectionFlags = ASTContext::PSF_Read;
587 SectionFlags |= Flag;
594 SectionFlags |= ASTContext::PSF_Write;
606 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName);