Searched defs:StackSlotLabel (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp331 llvm::StringRef StackSlotLabel,
338 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation));
340 if (!StackSlotLabel.empty()) {
343 [&](const Slot &x) { return x.StackSlotLabel == StackSlotLabel; });
413 llvm::StringRef StackSlotLabel,
425 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName);
329 Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, ValueType Value) argument
411 ActOnPragmaMSSeg(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, StringLiteral *SegmentName, llvm::StringRef PragmaName) argument
/external/clang/include/clang/Sema/
H A DSema.h307 llvm::StringRef StackSlotLabel; member in struct:clang::Sema::PragmaStack::Slot
310 Slot(llvm::StringRef StackSlotLabel, argument
313 : StackSlotLabel(StackSlotLabel), Value(Value),
318 llvm::StringRef StackSlotLabel,
7171 llvm::StringRef StackSlotLabel,

Completed in 83 milliseconds