Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp291 int SectionFlags = ASTContext::PSF_Read; in ActOnPragmaClangSection()
H A DSemaDeclAttr.cpp2877 ASTContext::PSF_Execute | ASTContext::PSF_Read, in handleSectionAttr()
H A DSemaDecl.cpp10264 ASTContext::PSF_Read, in ActOnFunctionDeclarator()
14413 int SectionFlags = ASTContext::PSF_Read; in CheckCompleteVariableDeclaration()
/src/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1088 int SectionFlags = ASTContext::PSF_Read; in HandlePragmaMSSection()
1108 .Case("read", ASTContext::PSF_Read) in HandlePragmaMSSection()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3427 PSF_Read = 0x1, enumerator