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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp392 SourceLocation PragmaSectionLocation) {
398 Diag(PragmaSectionLocation, diag::err_section_conflict)
400 Diag(Section->second.PragmaSectionLocation,
406 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
390 UnifySection(StringRef SectionName, int SectionFlags, SourceLocation PragmaSectionLocation) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2556 SourceLocation PragmaSectionLocation; member in struct:clang::ASTContext::DynTypedNodeList::SectionInfo
2560 SourceLocation PragmaSectionLocation,
2563 PragmaSectionLocation(PragmaSectionLocation),
2559 SectionInfo(DeclaratorDecl *Decl, SourceLocation PragmaSectionLocation, int SectionFlags) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7618 SourceLocation PragmaSectionLocation);

Completed in 51 milliseconds