Home
last modified time | relevance | path

Searched refs:PragmaClangTextSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp294 CSec = &PragmaClangTextSection; in ActOnPragmaClangSection()
H A DSemaDecl.cpp9957 if (PragmaClangTextSection.Valid && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
9960 Context, PragmaClangTextSection.SectionName, in ActOnFunctionDeclarator()
9961 PragmaClangTextSection.PragmaLocation, AttributeCommonInfo::AS_Pragma)); in ActOnFunctionDeclarator()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttr.td2522 def PragmaClangTextSection : InheritableAttr {
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h474 PragmaClangSection PragmaClangTextSection; variable