Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp37 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 DSemaDecl.cpp10397 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 DSema.cpp202 CodeSegStack(nullptr), StrictGuardStackCheckStack(false), in Sema()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h698 PragmaStack<StringLiteral *> CodeSegStack; variable