Searched defs:SectionFlags (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp364 int SectionFlags,
369 SectionInfo(Decl, SourceLocation(), SectionFlags);
373 if (Section->second.SectionFlags == SectionFlags ||
374 !(Section->second.SectionFlags & PSF_Implicit))
391 int SectionFlags,
395 if (Section->second.SectionFlags == SectionFlags)
397 if (!(Section->second.SectionFlags & PSF_Implicit)) {
406 SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
363 UnifySection(const StringRef &SectionName, int SectionFlags, DeclaratorDecl *Decl) argument
390 UnifySection(const StringRef &SectionName, int SectionFlags, SourceLocation PragmaSectionLocation) argument
429 ActOnPragmaMSSection(SourceLocation PragmaLocation, int SectionFlags, StringLiteral *SegmentName) argument
[all...]
H A DSemaDecl.cpp9110 int SectionFlags = PSF_Implicit | PSF_Read; local
9115 SectionFlags |= PSF_Write;
9118 SectionFlags |= PSF_Write;
9126 if (UnifySection(SA->getName(), SectionFlags, var))
/external/clang/lib/Parse/
H A DParsePragma.cpp500 int SectionFlags = 0; local
527 SectionFlags |= Flag;
536 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName);
/external/clang/include/clang/Sema/
H A DSema.h7150 int SectionFlags; member in struct:clang::Sema::SectionInfo
7154 int SectionFlags)
7157 SectionFlags(SectionFlags) {}
7162 int SectionFlags,
7165 int SectionFlags,
7177 int SectionFlags, StringLiteral *SegmentName);
7152 SectionInfo(DeclaratorDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags) argument

Completed in 1384 milliseconds