Home
last modified time | relevance | path

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

/freebsd/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()
758 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
H A DSemaDecl.cpp10257 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 DSema.cpp255 CodeSegStack(nullptr), StrictGuardStackCheckStack(false), in Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1724 PragmaStack<StringLiteral *> CodeSegStack; variable