Searched refs:CodeSegStack (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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() 745 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
|
| H A D | SemaDecl.cpp | 10397 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator() 10400 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10401 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate)); in ActOnFunctionDeclarator() 10402 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10980 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass() 11007 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction() 11009 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction() 11010 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate); in getImplicitCodeSegOrSectionAttrForFunction()
|
| H A D | Sema.cpp | 202 CodeSegStack(nullptr), StrictGuardStackCheckStack(false), in Sema()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 698 PragmaStack<StringLiteral *> CodeSegStack; variable
|