Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp277 int SectionFlags = ASTContext::PSF_Read; in ActOnPragmaClangSection()
H A DSemaDecl.cpp9529 ASTContext::PSF_Read, in ActOnFunctionDeclarator()
13248 int SectionFlags = ASTContext::PSF_Read; in CheckCompleteVariableDeclaration()
H A DSemaDeclAttr.cpp3136 ASTContext::PSF_Execute | ASTContext::PSF_Read, in handleSectionAttr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp881 int SectionFlags = ASTContext::PSF_Read; in HandlePragmaMSSection()
901 .Case("read", ASTContext::PSF_Read) in HandlePragmaMSSection()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3179 PSF_Read = 0x1, enumerator