Searched defs:StackSlotLabel (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaAttr.cpp | 214 llvm::StringRef StackSlotLabel, 221 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation)); 223 if (!StackSlotLabel.empty()) { 226 return x.StackSlotLabel == StackSlotLabel; 297 llvm::StringRef StackSlotLabel, 312 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName); 212 Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, ValueType Value) argument 295 ActOnPragmaMSSeg(SourceLocation PragmaLocation, PragmaMsStackAction Action, llvm::StringRef StackSlotLabel, StringLiteral *SegmentName, llvm::StringRef PragmaName) argument
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 345 llvm::StringRef StackSlotLabel; member in struct:clang::Sema::PragmaStack::Slot 348 Slot(llvm::StringRef StackSlotLabel, argument 351 : StackSlotLabel(StackSlotLabel), Value(Value), 356 llvm::StringRef StackSlotLabel, 7768 llvm::StringRef StackSlotLabel,
|
Completed in 69 milliseconds