Lines Matching defs:LParenLoc
173 SourceLocation LParenLoc, FieldDeclarator &FD,
195 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
208 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
305 SourceLocation LParenLoc, SourceLocation &Loc) {
306 if (LParenLoc.isMacroID())
310 std::pair<FileID, unsigned> locInfo = SM.getDecomposedLoc(LParenLoc);
403 Scope *S, SourceLocation AtLoc, SourceLocation LParenLoc,
501 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc,
550 SourceLocation LParenLoc, FieldDeclarator &FD, Selector GetterSel,
601 LParenLoc, T, TInfo);