Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp37 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
48 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
747 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
H A DSemaDecl.cpp10128 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
10131 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
10132 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in ActOnFunctionDeclarator()
10134 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
10745 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass()
10772 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction()
10774 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction()
10775 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in getImplicitCodeSegOrSectionAttrForFunction()
H A DSema.cpp200 CodeSegStack(nullptr), StrictGuardStackCheckStack(false), in Sema()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h690 PragmaStack<StringLiteral *> CodeSegStack; variable