Searched refs:CurrentPragmaLocation (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaAttr.cpp | 69 if (PackedInclude.CurrentPragmaLocation != PackStack.CurrentPragmaLocation) in AddAlignmentAttributesForRecord() 343 SourceLocation PrevLocation = PackStack.CurrentPragmaLocation; in DiagnoseNonDefaultPragmaPack() 352 PackIncludeStack.back().CurrentPragmaLocation != PrevLocation); in DiagnoseNonDefaultPragmaPack() 365 Diag(PrevPackState.CurrentPragmaLocation, diag::note_pragma_pack_here); in DiagnoseNonDefaultPragmaPack() 370 Diag(PackStack.CurrentPragmaLocation, diag::note_pragma_pack_here); in DiagnoseNonDefaultPragmaPack() 383 auto DB = Diag(PackStack.CurrentPragmaLocation, in DiagnoseUnterminatedPragmaPack() 386 PackStack.CurrentPragmaLocation, tok::l_paren, SourceMgr, LangOpts, in DiagnoseUnterminatedPragmaPack()
|
D | SemaDecl.cpp | 9379 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in ActOnFunctionDeclarator() 9972 CodeSegStack.CurrentPragmaLocation, AttributeCommonInfo::AS_Pragma, in getImplicitCodeSegOrSectionAttrForFunction() 12950 Context, SectionName, Stack->CurrentPragmaLocation, in CheckCompleteVariableDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 221 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation)); in Act() 231 CurrentPragmaLocation = I->PragmaLocation; in Act() 237 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act() 243 CurrentPragmaLocation = PragmaLocation; in Act()
|
D | SemaDecl.cpp | 8183 CodeSegStack.CurrentPragmaLocation)); in ActOnFunctionDeclarator() 10384 Stack->CurrentValue->getString(), Stack->CurrentPragmaLocation)); in CheckCompleteVariableDeclaration()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 494 CurrentPragmaLocation = PragmaLocation; in Act() 498 Stack.emplace_back(StackSlotLabel, CurrentValue, CurrentPragmaLocation, in Act() 509 CurrentPragmaLocation = I->PragmaLocation; in Act() 515 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act() 521 CurrentPragmaLocation = PragmaLocation; in Act() 542 Act(CurrentPragmaLocation, Action, Label, CurrentValue); in SentinelAction() 554 SourceLocation CurrentPragmaLocation; member 575 SourceLocation CurrentPragmaLocation; member
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 7889 SemaObj->PackStack.CurrentPragmaLocation, in UpdateSema() 7903 SemaObj->PackStack.CurrentPragmaLocation = PragmaPackCurrentLocation; in UpdateSema() 7917 SemaObj->FpPragmaStack.CurrentPragmaLocation, in UpdateSema() 7931 SemaObj->FpPragmaStack.CurrentPragmaLocation = FpPragmaCurrentLocation; in UpdateSema()
|
D | ASTWriter.cpp | 4163 AddSourceLocation(SemaRef.PackStack.CurrentPragmaLocation, Record); in WritePackPragmaOptions() 4183 AddSourceLocation(SemaRef.FpPragmaStack.CurrentPragmaLocation, Record); in WriteFloatControlPragmaOptions()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 376 Act(CurrentPragmaLocation, Action, Label, CurrentValue); in SentinelAction() 386 SourceLocation CurrentPragmaLocation; member
|