Searched defs:PragmaLocation (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp329 void Sema::PragmaStack<ValueType>::Act(SourceLocation PragmaLocation, argument
347 CurrentPragmaLocation = I->PragmaLocation;
353 CurrentPragmaLocation = Stack.back().PragmaLocation;
359 CurrentPragmaLocation = PragmaLocation;
411 void Sema::ActOnPragmaMSSeg(SourceLocation PragmaLocation, argument
423 Diag(PragmaLocation, diag::warn_pragma_pop_failed) << PragmaName
425 Stack->Act(PragmaLocation, Action, StackSlotLabel, SegmentName);
429 void Sema::ActOnPragmaMSSection(SourceLocation PragmaLocation, argument
431 UnifySection(SegmentName->getString(), SectionFlags, PragmaLocation);
/external/clang/lib/Parse/
H A DParsePragma.cpp468 SourceLocation PragmaLocation = ConsumeToken(); // The annotation token. local
482 if (auto DiagID = (this->*Handler)(PragmaName, PragmaLocation)) {
483 PP.Diag(PragmaLocation, DiagID) << PragmaName;
491 SourceLocation PragmaLocation) {
518 PP.Diag(PragmaLocation, Flag == Sema::PSF_None ?
536 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName);
541 SourceLocation PragmaLocation) {
591 Actions.ActOnPragmaMSSeg(PragmaLocation, Action, SlotLabel,
597 SourceLocation PragmaLocation) {
490 HandlePragmaMSSection(llvm::StringRef PragmaName, SourceLocation PragmaLocation) argument
540 HandlePragmaMSSegment(llvm::StringRef PragmaName, SourceLocation PragmaLocation) argument
596 HandlePragmaMSInitSeg(llvm::StringRef PragmaName, SourceLocation PragmaLocation) argument
/external/clang/include/clang/Sema/
H A DSema.h309 SourceLocation PragmaLocation; member in struct:clang::Sema::PragmaStack::Slot
312 SourceLocation PragmaLocation)
314 PragmaLocation(PragmaLocation) {}
316 void Act(SourceLocation PragmaLocation,
7169 void ActOnPragmaMSSeg(SourceLocation PragmaLocation,
7176 void ActOnPragmaMSSection(SourceLocation PragmaLocation,
310 Slot(llvm::StringRef StackSlotLabel, ValueType Value, SourceLocation PragmaLocation) argument

Completed in 53 milliseconds