Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaAttr.cpp37 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
47 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
305 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
DSema.cpp88 ConstSegStack(nullptr), CodeSegStack(nullptr), CurInitSeg(nullptr), in Sema()
DSemaDecl.cpp8178 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
8182 CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
8183 CodeSegStack.CurrentPragmaLocation)); in ActOnFunctionDeclarator()
8184 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
/external/llvm-project/clang/lib/Sema/
DSemaAttr.cpp36 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
46 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
549 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
DSemaDecl.cpp9375 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
9378 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
9379 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in ActOnFunctionDeclarator()
9381 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
9942 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass()
9969 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction()
9971 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction()
9972 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in getImplicitCodeSegOrSectionAttrForFunction()
DSema.cpp162 CodeSegStack(nullptr), FpPragmaStack(FPOptionsOverride()), in Sema()
/external/clang/include/clang/Sema/
DSema.h408 PragmaStack<StringLiteral *> CodeSegStack; variable
/external/llvm-project/clang/include/clang/Sema/
DSema.h583 PragmaStack<StringLiteral *> CodeSegStack; variable