Home | History | Annotate | Download | only in Parse

Lines Matching refs:PragmaLoc

351   SourceLocation PragmaLoc = ConsumeToken();
358 Actions.ActOnPragmaPack(Info->Kind, Info->Name, Alignment.get(), PragmaLoc,
376 SourceLocation PragmaLoc = ConsumeToken();
377 Actions.ActOnPragmaOptionsAlign(Kind, PragmaLoc);
382 SourceLocation PragmaLoc = ConsumeToken();
383 Actions.ActOnPragmaWeakID(Tok.getIdentifierInfo(), PragmaLoc,
390 SourceLocation PragmaLoc = ConsumeToken();
397 Actions.ActOnPragmaWeakAlias(WeakName, AliasName, PragmaLoc,
485 SourceLocation PragmaLoc = ConsumeToken(); // The annotation token.
486 Actions.ActOnPragmaMSPointersToMembers(RepresentationMethod, PragmaLoc);
495 SourceLocation PragmaLoc = ConsumeToken(); // The annotation token.
496 Actions.ActOnPragmaMSVtorDisp(Kind, PragmaLoc, Mode);