Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp705 if (Section.PragmaSectionLocation.isValid()) in UnifySection()
706 Diag(Section.PragmaSectionLocation, diag::note_pragma_entered_here); in UnifySection()
712 SourceLocation PragmaSectionLocation) { in UnifySection() argument
719 Diag(PragmaSectionLocation, diag::err_section_conflict) in UnifySection()
724 if (Section.PragmaSectionLocation.isValid()) in UnifySection()
725 Diag(Section.PragmaSectionLocation, diag::note_pragma_entered_here); in UnifySection()
730 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags); in UnifySection()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3347 SourceLocation PragmaSectionLocation; member
3351 SectionInfo(NamedDecl *Decl, SourceLocation PragmaSectionLocation, in SectionInfo()
3353 : Decl(Decl), PragmaSectionLocation(PragmaSectionLocation), in SectionInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10957 SourceLocation PragmaSectionLocation);