Searched refs:CodeSegStack (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 9462 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator() 9465 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 9466 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in ActOnFunctionDeclarator() 9468 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator() 10034 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass() 10061 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction() 10063 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction() 10064 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in getImplicitCodeSegOrSectionAttrForFunction()
|
H A D | Sema.cpp | 165 CodeSegStack(nullptr), FpPragmaStack(FPOptionsOverride()), in Sema()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 691 PragmaStack<StringLiteral *> CodeSegStack; variable
|