Searched refs:CodeSegStack (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 37 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 48 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 758 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
|
H A D | SemaDecl.cpp | 10257 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator() 10260 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10261 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate)); in ActOnFunctionDeclarator() 10262 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10881 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass() 10899 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction() 10901 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction() 10902 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate); in getImplicitCodeSegOrSectionAttrForFunction()
|
H A D | Sema.cpp | 255 CodeSegStack(nullptr), StrictGuardStackCheckStack(false), in Sema()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1724 PragmaStack<StringLiteral *> CodeSegStack; variable
|