Home | History | Annotate | Download | only in Parse

Lines Matching refs:AtLoc

874     SourceLocation AtLoc = ConsumeToken(); // the "@"
886 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID))
887 Diag(AtLoc, DiagID) << PrevSpec;
890 return ParseObjCAtProtocolDeclaration(AtLoc, DS.getAttributes());
893 ParseObjCAtInterfaceDeclaration(AtLoc, DS.getAttributes()));
1871 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) {
1911 DeclResult Import = Actions.ActOnModuleImport(AtLoc, ImportLoc, Path);