Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp276 CSec = &PragmaClangTextSection; in ActOnPragmaClangSection()
DSemaDecl.cpp9368 if (PragmaClangTextSection.Valid && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
9371 Context, PragmaClangTextSection.SectionName, in ActOnFunctionDeclarator()
9372 PragmaClangTextSection.PragmaLocation, AttributeCommonInfo::AS_Pragma)); in ActOnFunctionDeclarator()
/external/llvm-project/clang/include/clang/Basic/
DAttr.td2309 def PragmaClangTextSection : InheritableAttr {
/external/llvm-project/clang/include/clang/Sema/
DSema.h464 PragmaClangSection PragmaClangTextSection; variable