Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp295 SectionFlags |= ASTContext::PSF_Execute; in ActOnPragmaClangSection()
H A DSemaDeclAttr.cpp3051 ASTContext::PSF_Execute | ASTContext::PSF_Read, in handleSectionAttr()
H A DSemaDecl.cpp9469 ASTContext::PSF_Implicit | ASTContext::PSF_Execute | in ActOnFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h3130 PSF_Execute = 0x4, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp903 .Case("execute", ASTContext::PSF_Execute) in HandlePragmaMSSection()