Searched refs:CodeSegStack (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaAttr.cpp | 36 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 D | SemaDecl.cpp | 9964 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 D | Sema.cpp | 199 CodeSegStack(nullptr), FpPragmaStack(FPOptionsOverride()), in Sema()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 692 PragmaStack<StringLiteral *> CodeSegStack; variable
|