Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp295 SectionFlags |= ASTContext::PSF_Execute; in ActOnPragmaClangSection()
H A DSemaDeclAttr.cpp3332 ASTContext::PSF_Execute | ASTContext::PSF_Read, in handleSectionAttr()
H A DSemaDecl.cpp9971 ASTContext::PSF_Implicit | ASTContext::PSF_Execute | in ActOnFunctionDeclarator()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3291 PSF_Execute = 0x4, enumerator
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp996 .Case("execute", ASTContext::PSF_Execute) in HandlePragmaMSSection()