Lines Matching defs:LParenLoc
175 SourceLocation LParenLoc, FieldDeclarator &FD,
197 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
210 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
307 SourceLocation LParenLoc, SourceLocation &Loc) {
308 if (LParenLoc.isMacroID())
312 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
405 Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc,
503 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc,
552 SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel,
603 LParenLoc, T, TInfo);