Home
last modified time | relevance | path

Searched refs:typedefPointDecl (Results 1 – 1 of 1) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/auto/cplusplus/semantic/
H A Dtst_semantic.cpp473 Declaration *typedefPointDecl = doc->globals->memberAt(1)->asDeclaration(); in typedef_1() local
474 QVERIFY(typedefPointDecl); in typedef_1()
475 QVERIFY(typedefPointDecl->isTypedef()); in typedef_1()
476 QCOMPARE(typedefPointDecl->type()->asClassType(), anonStruct); in typedef_1()
502 Declaration *typedefPointDecl = doc->globals->memberAt(1)->asDeclaration(); in typedef_2() local
503 QVERIFY(typedefPointDecl); in typedef_2()
504 QVERIFY(typedefPointDecl->isTypedef()); in typedef_2()
505 QVERIFY(typedefPointDecl->type()->isNamedType()); in typedef_2()
528 QVERIFY(typedefPointDecl); in typedef_3()
529 QVERIFY(typedefPointDecl->isTypedef()); in typedef_3()
[all …]