Searched refs:CodeSegStack (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 38 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 49 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 857 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
|
| H A D | SemaDecl.cpp | 10475 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator() 10478 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10479 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate)); in ActOnFunctionDeclarator() 10480 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 11103 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass() 11121 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction() 11123 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction() 11124 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate); in getImplicitCodeSegOrSectionAttrForFunction()
|
| H A D | Sema.cpp | 315 CodeSegStack(nullptr), StrictGuardStackCheckStack(false), in Sema()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2026 PragmaStack<StringLiteral *> CodeSegStack; variable
|