Searched refs:CodeSegStack (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/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() 747 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
|
H A D | SemaDecl.cpp | 10128 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 D | Sema.cpp | 200 CodeSegStack(nullptr), StrictGuardStackCheckStack(false), in Sema()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 690 PragmaStack<StringLiteral *> CodeSegStack; variable
|