Searched refs:CodeSegStack (Results 1 – 8 of 8) sorted by relevance
| /external/clang/lib/Sema/ |
| D | SemaAttr.cpp | 37 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 47 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 305 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
|
| D | Sema.cpp | 88 ConstSegStack(nullptr), CodeSegStack(nullptr), CurInitSeg(nullptr), in Sema()
|
| D | SemaDecl.cpp | 8178 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/ |
| D | SemaAttr.cpp | 36 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII() 46 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII() 549 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
|
| D | SemaDecl.cpp | 9375 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()
|
| D | Sema.cpp | 162 CodeSegStack(nullptr), FpPragmaStack(FPOptionsOverride()), in Sema()
|
| /external/clang/include/clang/Sema/ |
| D | Sema.h | 408 PragmaStack<StringLiteral *> CodeSegStack; variable
|
| /external/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 583 PragmaStack<StringLiteral *> CodeSegStack; variable
|