Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp9462 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 DSema.cpp165 CodeSegStack(nullptr), FpPragmaStack(FPOptionsOverride()), in Sema()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h691 PragmaStack<StringLiteral *> CodeSegStack; variable