Home
last modified time | relevance | path

Searched refs:PSF_Read (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp278 int SectionFlags = ASTContext::PSF_Read; in ActOnPragmaClangSection()
H A DSemaDecl.cpp10404 ASTContext::PSF_Read, in ActOnFunctionDeclarator()
14604 int SectionFlags = ASTContext::PSF_Read; in CheckCompleteVariableDeclaration()
H A DSemaDeclAttr.cpp3367 ASTContext::PSF_Execute | ASTContext::PSF_Read, in handleSectionAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1080 int SectionFlags = ASTContext::PSF_Read; in HandlePragmaMSSection()
1100 .Case("read", ASTContext::PSF_Read) in HandlePragmaMSSection()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3337 PSF_Read = 0x1, enumerator