Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp294 CSec = &PragmaClangTextSection; in ActOnPragmaClangSection()
H A DSemaDecl.cpp9455 if (PragmaClangTextSection.Valid && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
9458 Context, PragmaClangTextSection.SectionName, in ActOnFunctionDeclarator()
9459 PragmaClangTextSection.PragmaLocation, AttributeCommonInfo::AS_Pragma)); in ActOnFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td2427 def PragmaClangTextSection : InheritableAttr {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h473 PragmaClangSection PragmaClangTextSection; variable