Searched refs:CodeSegStack (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaAttr.cpp | 36 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 46 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 522 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
|
| HD | SemaDecl.cpp | 9154 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()
|
| HD | Sema.cpp | 157 CodeSegStack(nullptr), CurInitSeg(nullptr), VisContext(nullptr), in Sema()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 542 PragmaStack<StringLiteral *> CodeSegStack; variable
|