Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp36 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
46 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
761 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
H A DSemaDecl.cpp9964 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
9967 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
9968 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in ActOnFunctionDeclarator()
9970 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
10540 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass()
10567 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction()
10569 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction()
10570 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in getImplicitCodeSegOrSectionAttrForFunction()
H A DSema.cpp199 CodeSegStack(nullptr), FpPragmaStack(FPOptionsOverride()), in Sema()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h692 PragmaStack<StringLiteral *> CodeSegStack; variable