Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAttr.cpp37 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel); in PragmaStackSentinelRAII()
47 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel); in ~PragmaStackSentinelRAII()
403 .Case("code_seg", &CodeSegStack); in ActOnPragmaMSSeg()
H A DSemaDecl.cpp8770 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
8774 CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
8775 CodeSegStack.CurrentPragmaLocation)); in ActOnFunctionDeclarator()
8776 if (UnifySection(CodeSegStack.CurrentValue->getString(), in ActOnFunctionDeclarator()
9266 if (S.CodeSegStack.CurrentValue) in getImplicitCodeSegAttrFromClass()
9293 CodeSegStack.CurrentValue) { in getImplicitCodeSegOrSectionAttrForFunction()
9296 CodeSegStack.CurrentValue->getString(), in getImplicitCodeSegOrSectionAttrForFunction()
9297 CodeSegStack.CurrentPragmaLocation); in getImplicitCodeSegOrSectionAttrForFunction()
H A DSema.cpp129 CodeSegStack(nullptr), CurInitSeg(nullptr), VisContext(nullptr), in Sema()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h473 PragmaStack<StringLiteral *> CodeSegStack; variable