Home
last modified time | relevance | path

Searched refs:PragmaLocation (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp319 CSec->PragmaLocation = PragmaLoc; in ActOnPragmaClangSection()
626 CurrentPragmaLocation = PragmaLocation; in Act()
631 PragmaLocation)); in Act()
641 CurrentPragmaLocation = I->PragmaLocation; in Act()
656 CurrentPragmaLocation = PragmaLocation; in Act()
677 CurrentPragmaLocation = PragmaLocation; in Act()
683 SourceLocation PragmaLocation; in UnifySection() local
686 PragmaLocation = A->getLocation(); in UnifySection()
703 if (PragmaLocation.isValid()) in UnifySection()
784 CurInitSegLoc = PragmaLocation; in ActOnPragmaMSInitSeg()
[all …]
H A DSemaDecl.cpp10394 PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator()
10414 Context, PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator()
14747 PragmaClangBSSSection.PragmaLocation)); in FinalizeDeclaration()
14751 PragmaClangDataSection.PragmaLocation)); in FinalizeDeclaration()
14755 PragmaClangRodataSection.PragmaLocation)); in FinalizeDeclaration()
14759 PragmaClangRelroSection.PragmaLocation)); in FinalizeDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1028 SourceLocation PragmaLocation = ConsumeAnnotationToken(); in HandlePragmaMSPragma() local
1049 if (!(this->*Handler)(PragmaName, PragmaLocation)) { in HandlePragmaMSPragma()
1110 PP.Diag(PragmaLocation, Flag == ASTContext::PSF_None in HandlePragmaMSSection()
1155 PP.Diag(PragmaLocation, in HandlePragmaMSSegment()
1190 PP.Diag(PragmaLocation, DiagID) << PragmaName; in HandlePragmaMSSegment()
1217 Actions.ActOnPragmaMSSeg(PragmaLocation, Action, SlotLabel, in HandlePragmaMSSegment()
1280 Actions.ActOnPragmaMSInitSeg(PragmaLocation, SegmentName); in HandlePragmaMSInitSeg()
1288 StringRef PragmaName, SourceLocation PragmaLocation) { in HandlePragmaMSStrictGuardStackCheck() argument
2306 SourceLocation PragmaLocation = Tok.getLocation(); in HandlePragma() local
2318 PragmaLocation, in HandlePragma()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h747 SourceLocation PragmaLocation);
749 SourceLocation PragmaLocation);
751 SourceLocation PragmaLocation);
753 SourceLocation PragmaLocation);
755 SourceLocation PragmaLocation);
757 SourceLocation PragmaLocation);
759 SourceLocation PragmaLocation);
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h467 SourceLocation PragmaLocation; member
599 SourceLocation PragmaLocation; member
604 PragmaLocation(PragmaLocation), in Slot()
612 CurrentPragmaLocation = PragmaLocation; in Act()
617 PragmaLocation); in Act()
627 CurrentPragmaLocation = I->PragmaLocation; in Act()
633 CurrentPragmaLocation = Stack.back().PragmaLocation; in Act()
639 CurrentPragmaLocation = PragmaLocation; in Act()
10960 void ActOnPragmaMSSeg(SourceLocation PragmaLocation,
10967 void ActOnPragmaMSSection(SourceLocation PragmaLocation,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4383 AddSourceLocation(StackEntry.PragmaLocation, Record); in WritePackPragmaOptions()
4403 AddSourceLocation(StackEntry.PragmaLocation, Record); in WriteFloatControlPragmaOptions()