Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAttr.cpp36 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
46 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
522 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
HDSemaDecl.cpp9154 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
9157 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
9158 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in ActOnFunctionDeclarator()
9160 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
9691 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass()
9718 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction()
9720 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction()
9721 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in getImplicitCodeSegOrSectionAttrForFunction()
HDSema.cpp157 CodeSegStack(nullptr), CurInitSeg(nullptr), VisContext(nullptr), in Sema()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h542 PragmaStack<StringLiteral *> CodeSegStack; variable