Home | History | Annotate | Download | only in Parse

Lines Matching defs:PragmaLoc

315   SourceLocation PragmaLoc = ConsumeToken();
322 Actions.ActOnPragmaPack(Info->Kind, Info->Name, Alignment.get(), PragmaLoc,
340 SourceLocation PragmaLoc = ConsumeToken();
341 Actions.ActOnPragmaOptionsAlign(Kind, PragmaLoc);
346 SourceLocation PragmaLoc = ConsumeToken();
347 Actions.ActOnPragmaWeakID(Tok.getIdentifierInfo(), PragmaLoc,
354 SourceLocation PragmaLoc = ConsumeToken();
361 Actions.ActOnPragmaWeakAlias(WeakName, AliasName, PragmaLoc,
449 SourceLocation PragmaLoc = ConsumeToken(); // The annotation token.
450 Actions.ActOnPragmaMSPointersToMembers(RepresentationMethod, PragmaLoc);
459 SourceLocation PragmaLoc = ConsumeToken(); // The annotation token.
460 Actions.ActOnPragmaMSVtorDisp(Kind, PragmaLoc, Mode);