Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp36 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 DSemaDecl.cpp9521 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 DSema.cpp187 CodeSegStack(nullptr), FpPragmaStack(FPOptionsOverride()), in Sema()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h694 PragmaStack<StringLiteral *> CodeSegStack; variable