Lines Matching refs:childContexts

173 …DUContext* funContext = top->childContexts().first()->localDeclarations().first()->internalContext…  in privateObjectCompletion()
186 …DUContext* funContext = top->childContexts().first()->localDeclarations().first()->internalContext… in privateStaticObjectCompletion()
209 …DUContext* funContext = top->childContexts().at(1)->localDeclarations().first()->internalContext(); in protectedObjectCompletion()
248 …DUContext* funContext = top->childContexts().at(1)->localDeclarations().first()->internalContext(); in protectedStaticObjectCompletion()
273 …CompletionTreeItemPointer item = searchDeclaration(tester.items, top->childContexts().at(0)->local… in methodCall()
283 … QVERIFY(searchDeclaration(tester.items, top->childContexts().at(0)->localDeclarations().at(0))); in methodCall()
359 …QCOMPARE(tester.items.first()->declaration().data(), addTop->childContexts().first()->localDeclara… in newObjectFromOtherFile()
420 …QCOMPARE(tester.items.at(1)->declaration().data(), addTop->childContexts().first()->localDeclarati… in extendsFromOtherFile()
421 …QCOMPARE(tester.items.at(0)->declaration().data(), top->childContexts().first()->localDeclarations… in extendsFromOtherFile()
481 …PhpCompletionTester tester(top->childContexts().first()->childContexts().first(), QStringLiteral("… in projectFileClass()
487 …QVERIFY(!searchDeclaration(tester.items, addTop->childContexts().first()->localDeclarations().firs… in projectFileClass()
543 …CompletionTreeItemPointer itm = searchDeclaration(tester.items, top->childContexts().first()->loca… in nameClassMember()
616 …DUContext* funContext = top->childContexts().first()->localDeclarations().last()->internalContext(… in abstractMethods()
631 …DUContext* funContext = top->childContexts().last()->localDeclarations().first()->internalContext(… in interfaceMethods()
662 DUContext* classContext = top->childContexts().last(); in implementMethods()
694 DUContext* classContext = top->childContexts().last(); in overrideMethods()
749 DUContext* classContext = top->childContexts().last(); in overrideVars()
997 PhpCompletionTester tester(top->childContexts().first(), {}); in nonGlobalInFunction()
1136 QVector< Declaration* > args = top->childContexts().first()->localDeclarations(); in functionArguments()
1139 PhpCompletionTester tester(top->childContexts().last(), {}); in functionArguments()
1187 Declaration* aCtor = top->childContexts().first()->localDeclarations().first(); in ctorCall()
1188 Declaration* bCtor = top->childContexts().last()->localDeclarations().first(); in ctorCall()
1293 PhpCompletionTester tester(top->childContexts().at(0), {}); in inNamespace()
1298 …QVERIFY(searchDeclaration(tester.items, top->childContexts().first()->localDeclarations().first())… in inNamespace()
1300 …QVERIFY(!searchDeclaration(tester.items, top->childContexts().last()->localDeclarations().first())… in inNamespace()
1303 PhpCompletionTester tester(top->childContexts().at(0), QStringLiteral("\\")); in inNamespace()
1309 …QVERIFY(!searchDeclaration(tester.items, top->childContexts().first()->localDeclarations().first()… in inNamespace()
1311 …QVERIFY(!searchDeclaration(tester.items, top->childContexts().last()->localDeclarations().first())… in inNamespace()
1314 PhpCompletionTester tester(top->childContexts().at(0), QStringLiteral("\\foo\\")); in inNamespace()
1320 …QVERIFY(searchDeclaration(tester.items, top->childContexts().first()->localDeclarations().first())… in inNamespace()
1322 …QVERIFY(!searchDeclaration(tester.items, top->childContexts().last()->localDeclarations().first())… in inNamespace()
1325 PhpCompletionTester tester(top->childContexts().at(0), QStringLiteral("\\yxc\\")); in inNamespace()
1331 …QVERIFY(!searchDeclaration(tester.items, top->childContexts().first()->localDeclarations().first()… in inNamespace()
1333 …QVERIFY(searchDeclaration(tester.items, top->childContexts().last()->localDeclarations().first())); in inNamespace()