Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp38 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
49 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
857 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
H A DSemaDecl.cpp10475 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
10478 Context, CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
10479 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate)); in ActOnFunctionDeclarator()
10480 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
11103 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass()
11121 CodeSegStack.CurrentValue) in getImplicitCodeSegOrSectionAttrForFunction()
11123 getASTContext(), CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction()
11124 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate); in getImplicitCodeSegOrSectionAttrForFunction()
H A DSema.cpp315 CodeSegStack(nullptr), StrictGuardStackCheckStack(false), in Sema()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2026 PragmaStack<StringLiteral *> CodeSegStack; variable