Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAttr.cpp718 if (Section.PragmaSectionLocation.isValid()) in UnifySection()
719 Diag(Section.PragmaSectionLocation, diag::note_pragma_entered_here); in UnifySection()
725 SourceLocation PragmaSectionLocation) { in UnifySection() argument
732 Diag(PragmaSectionLocation, diag::err_section_conflict) in UnifySection()
737 if (Section.PragmaSectionLocation.isValid()) in UnifySection()
738 Diag(Section.PragmaSectionLocation, diag::note_pragma_entered_here); in UnifySection()
743 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags); in UnifySection()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h3437 SourceLocation PragmaSectionLocation; member
3441 SectionInfo(NamedDecl *Decl, SourceLocation PragmaSectionLocation, in SectionInfo()
3443 : Decl(Decl), PragmaSectionLocation(PragmaSectionLocation), in SectionInfo()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h1916 SourceLocation PragmaSectionLocation);