Home | History | Annotate | Download | only in Sema

Lines Matching refs:LParenLoc

143                           SourceLocation LParenLoc,
174 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
187 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
285 SourceLocation LParenLoc, SourceLocation &Loc) {
286 if (LParenLoc.isMacroID())
290 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
327 SourceLocation LParenLoc,
364 PropertyId, AtLoc, LParenLoc, T);
397 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc,
461 ActOnProperty(S, AtLoc, LParenLoc, FD, ProtocolPropertyODS,
505 SourceLocation LParenLoc,
546 PropertyId, AtLoc, LParenLoc, TInfo);