Home
last modified time | relevance | path

Searched refs:CurrentPragmaLocation (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp81 if (AlignPackedInclude.CurrentPragmaLocation != in AddAlignmentAttributesForRecord()
82 AlignPackStack.CurrentPragmaLocation) in AddAlignmentAttributesForRecord()
452 SourceLocation PrevLocation = AlignPackStack.CurrentPragmaLocation; in DiagnoseNonDefaultPragmaAlignPack()
461 AlignPackIncludeStack.back().CurrentPragmaLocation != PrevLocation); in DiagnoseNonDefaultPragmaAlignPack()
479 Diag(PrevAlignPackState.CurrentPragmaLocation, diag::note_pragma_pack_here); in DiagnoseNonDefaultPragmaAlignPack()
484 Diag(AlignPackStack.CurrentPragmaLocation, diag::note_pragma_pack_here); in DiagnoseNonDefaultPragmaAlignPack()
502 auto DB = Diag(AlignPackStack.CurrentPragmaLocation, in DiagnoseUnterminatedPragmaAlignPack()
505 Lexer::findLocationAfterToken(AlignPackStack.CurrentPragmaLocation, in DiagnoseUnterminatedPragmaAlignPack()
639 CurrentPragmaLocation = PragmaLocation; in Act()
643 Stack.emplace_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act()
[all …]
H A DSemaDecl.cpp10261 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate)); in ActOnFunctionDeclarator()
10902 CodeSegStack.CurrentPragmaLocation, SectionAttr::Declspec_allocate); in getImplicitCodeSegOrSectionAttrForFunction()
14443 Stack->CurrentPragmaLocation, in CheckCompleteVariableDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1638 CurrentPragmaLocation = PragmaLocation; in Act()
1642 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act()
1653 CurrentPragmaLocation = I->PragmaLocation; in Act()
1659 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act()
1665 CurrentPragmaLocation = PragmaLocation; in Act()
1686 Act(CurrentPragmaLocation, Action, Label, CurrentValue); in SentinelAction()
1698 SourceLocation CurrentPragmaLocation; member
1716 SourceLocation CurrentPragmaLocation; member
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8398 SemaObj->AlignPackStack.CurrentPragmaLocation, in UpdateSema()
8414 SemaObj->AlignPackStack.CurrentPragmaLocation = in UpdateSema()
8429 SemaObj->FpPragmaStack.CurrentPragmaLocation, in UpdateSema()
8443 SemaObj->FpPragmaStack.CurrentPragmaLocation = FpPragmaCurrentLocation; in UpdateSema()
H A DASTWriter.cpp4607 AddSourceLocation(SemaRef.AlignPackStack.CurrentPragmaLocation, Record); in WritePackPragmaOptions()
4627 AddSourceLocation(SemaRef.FpPragmaStack.CurrentPragmaLocation, Record); in WriteFloatControlPragmaOptions()