Home | History | Annotate | Download | only in Parse

Lines Matching defs:AtLoc

894     SourceLocation AtLoc = ConsumeToken(); // the "@"
906 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID,
908 Diag(AtLoc, DiagID) << PrevSpec;
911 return ParseObjCAtProtocolDeclaration(AtLoc, DS.getAttributes());
914 ParseObjCAtInterfaceDeclaration(AtLoc, DS.getAttributes()));
1977 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) {
2016 DeclResult Import = Actions.ActOnModuleImport(AtLoc, ImportLoc, Path);