Home | History | Annotate | Download | only in Sema

Lines Matching defs:SectionFlags

9576     int SectionFlags = ASTContext::PSF_Implicit | ASTContext::PSF_Read;
9581 SectionFlags |= ASTContext::PSF_Write;
9584 SectionFlags |= ASTContext::PSF_Write;
9592 if (UnifySection(SA->getName(), SectionFlags, var))