Home | History | Annotate | Download | only in Parse

Lines Matching refs:AtLoc

839     SourceLocation AtLoc = ConsumeToken(); // the "@"
851 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID))
852 Diag(AtLoc, DiagID) << PrevSpec;
855 return ParseObjCAtProtocolDeclaration(AtLoc, DS.getAttributes());
858 ParseObjCAtInterfaceDeclaration(AtLoc, DS.getAttributes()));
1834 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) {
1868 DeclResult Import = Actions.ActOnModuleImport(AtLoc, ImportLoc, Path);