Home | History | Annotate | Download | only in Parse

Lines Matching refs:AtLoc

855     SourceLocation AtLoc = ConsumeToken(); // the "@"
867 if (DS.SetTypeSpecType(DeclSpec::TST_unspecified, AtLoc, PrevSpec, DiagID,
869 Diag(AtLoc, DiagID) << PrevSpec;
872 return ParseObjCAtProtocolDeclaration(AtLoc, DS.getAttributes());
875 ParseObjCAtInterfaceDeclaration(AtLoc, DS.getAttributes()));
1889 Parser::DeclGroupPtrTy Parser::ParseModuleImport(SourceLocation AtLoc) {
1928 DeclResult Import = Actions.ActOnModuleImport(AtLoc, ImportLoc, Path);