Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp394 int SectionFlags = ASTContext::PSF_Read; in ActOnPragmaClangSection()
H A DSemaDecl.cpp10482 ASTContext::PSF_Read, in ActOnFunctionDeclarator()
14796 int SectionFlags = ASTContext::PSF_Read; in CheckCompleteVariableDeclaration()
H A DSemaDeclAttr.cpp3155 ASTContext::PSF_Execute | ASTContext::PSF_Read, in handleSectionAttr()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1077 int SectionFlags = ASTContext::PSF_Read; in HandlePragmaMSSection()
1097 .Case("read", ASTContext::PSF_Read) in HandlePragmaMSSection()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3666 PSF_Read = 0x1, enumerator