Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp298 SectionFlags |= ASTContext::PSF_Execute; in ActOnPragmaClangSection()
H A DSemaDeclAttr.cpp3337 ASTContext::PSF_Execute | ASTContext::PSF_Read, in handleSectionAttr()
H A DSemaDecl.cpp10135 ASTContext::PSF_Implicit | ASTContext::PSF_Execute | in ActOnFunctionDeclarator()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h3309 PSF_Execute = 0x4, enumerator
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp1003 .Case("execute", ASTContext::PSF_Execute) in HandlePragmaMSSection()