reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Sema.h
  493       Act(CurrentPragmaLocation, Action, Label, CurrentValue);
tools/clang/lib/Sema/SemaAttr.cpp
   69     if (PackedInclude.CurrentPragmaLocation != PackStack.CurrentPragmaLocation)
  338     SourceLocation PrevLocation = PackStack.CurrentPragmaLocation;
  365     Diag(PackStack.CurrentPragmaLocation, diag::note_pragma_pack_here);
  378       DiagnosticBuilder DB = Diag(PackStack.CurrentPragmaLocation,
  381           PackStack.CurrentPragmaLocation, tok::l_paren, SourceMgr, LangOpts,
  433     CurrentPragmaLocation = PragmaLocation;
  437     Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation,
  448         CurrentPragmaLocation = I->PragmaLocation;
  454       CurrentPragmaLocation = Stack.back().PragmaLocation;
  460     CurrentPragmaLocation = PragmaLocation;
tools/clang/lib/Sema/SemaDecl.cpp
 9048         CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma,
 9588         CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma,
12449           Stack->CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma,
tools/clang/lib/Serialization/ASTReader.cpp
 8352           SemaObj->PackStack.CurrentPragmaLocation,
 8366       SemaObj->PackStack.CurrentPragmaLocation = PragmaPackCurrentLocation;
tools/clang/lib/Serialization/ASTWriter.cpp
 4509   AddSourceLocation(SemaRef.PackStack.CurrentPragmaLocation, Record);