Home
last modified time | relevance | path

Searched refs:PragmaSectionLocation (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaAttr.cpp276 SourceLocation PragmaSectionLocation) { in UnifySection() argument
282 Diag(PragmaSectionLocation, diag::err_section_conflict) in UnifySection()
284 Diag(Section->second.PragmaSectionLocation, in UnifySection()
290 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags); in UnifySection()
/external/clang/include/clang/AST/
DASTContext.h2590 SourceLocation PragmaSectionLocation; member
2594 SourceLocation PragmaSectionLocation, in SectionInfo()
2597 PragmaSectionLocation(PragmaSectionLocation), in SectionInfo()
/external/clang/include/clang/Sema/
DSema.h7763 SourceLocation PragmaSectionLocation);