HomeSort by: relevance | last modified time | path
    Searched refs:CodeSegStack (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp 36 S.CodeSegStack.SentinelAction(PSK_Push, SlotLabel);
46 S.CodeSegStack.SentinelAction(PSK_Pop, SlotLabel);
668 .Case("code_seg", &CodeSegStack);
SemaDecl.cpp 9462 if (CodeSegStack.CurrentValue && D.isFunctionDefinition() &&
9465 Context, CodeSegStack.CurrentValue->getString(),
9466 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma,
9468 if (UnifySection(CodeSegStack.CurrentValue->getString(),
10034 if (S.CodeSegStack.CurrentValue)
10049 /// function is a definition and there is an active value on CodeSegStack
10061 CodeSegStack.CurrentValue)
10063 getASTContext(), CodeSegStack.CurrentValue->getString(),
10064 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma,
Sema.cpp 165 CodeSegStack(nullptr), FpPragmaStack(FPOptionsOverride()),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 691 PragmaStack<StringLiteral *> CodeSegStack;

Completed in 85 milliseconds