Searched refs:CodeSegStack (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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() 668 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
|
| H A D | SemaDecl.cpp | 9521 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator() 9524 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 9525 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in ActOnFunctionDeclarator() 9527 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10093 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass() 10120 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction() 10122 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction() 10123 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in getImplicitCodeSegOrSectionAttrForFunction()
|
| H A D | Sema.cpp | 187 CodeSegStack(nullptr), FpPragmaStack(FPOptionsOverride()), in Sema()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 694 PragmaStack<StringLiteral *> CodeSegStack; variable
|