Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp277 int SectionFlags = ASTContext::PSF_Read; in ActOnPragmaClangSection()
H A DSemaDecl.cpp9470 ASTContext::PSF_Read, in ActOnFunctionDeclarator()
13055 int SectionFlags = ASTContext::PSF_Read; in CheckCompleteVariableDeclaration()
H A DSemaDeclAttr.cpp3051 ASTContext::PSF_Execute | ASTContext::PSF_Read, in handleSectionAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp881 int SectionFlags = ASTContext::PSF_Read; in HandlePragmaMSSection()
901 .Case("read", ASTContext::PSF_Read) in HandlePragmaMSSection()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h3128 PSF_Read = 0x1, enumerator