Lines Matching defs:PragmaLoc
731 SourceLocation PragmaLoc = Tok.getLocation();
740 Actions.ActOnPragmaPack(PragmaLoc, Info->Action, Info->SlotLabel,
802 SourceLocation PragmaLoc = ConsumeAnnotationToken();
803 Actions.ActOnPragmaWeakID(Tok.getIdentifierInfo(), PragmaLoc,
810 SourceLocation PragmaLoc = ConsumeAnnotationToken();
817 Actions.ActOnPragmaWeakAlias(WeakName, AliasName, PragmaLoc,
859 SourceLocation PragmaLoc = ConsumeAnnotationToken();
860 Actions.ActOnPragmaFPContract(PragmaLoc, FPC);
875 SourceLocation PragmaLoc = ConsumeAnnotationToken();
876 Actions.ActOnPragmaFloatControl(PragmaLoc, Action, Kind);
899 SourceLocation PragmaLoc = ConsumeAnnotationToken();
900 Actions.ActOnPragmaFEnvAccess(PragmaLoc, IsEnabled);
908 SourceLocation PragmaLoc = ConsumeAnnotationToken();
909 Actions.ActOnPragmaFEnvRound(PragmaLoc, RM);
933 SourceLocation PragmaLoc = ConsumeAnnotationToken();
934 Actions.ActOnPragmaCXLimitedRange(PragmaLoc, Range);
1015 SourceLocation PragmaLoc = ConsumeAnnotationToken();
1016 Actions.ActOnPragmaMSPointersToMembers(RepresentationMethod, PragmaLoc);
1025 SourceLocation PragmaLoc = ConsumeAnnotationToken();
1026 Actions.ActOnPragmaMSVtorDisp(Action, PragmaLoc, Mode);
1882 SourceLocation PragmaLoc = Tok.getLocation();
1886 Actions.ActOnPragmaAttributePop(PragmaLoc, Info->Namespace);
1896 Actions.ActOnPragmaAttributeEmptyPush(PragmaLoc, Info->Namespace);
1993 Diag(PragmaLoc, diag::err_pragma_attribute_unsupported_attribute)
2057 Actions.ActOnPragmaAttributeEmptyPush(PragmaLoc, Info->Namespace);
2060 Actions.ActOnPragmaAttributeAttribute(Attribute, PragmaLoc,