Lines Matching refs:asString
213 valueDecl(hasType(asString("enum EnumType")))));
215 valueDecl(hasType(asString("void (void)")))));
223 friendDecl(hasType(asString("class X")))));
1092 hasType(asString("struct point")), has(floatLiteral(equals(1.0))),
1093 has(implicitValueInitExpr(hasType(asString("double")))))),
1094 has(initListExpr(hasType(asString("struct point")),
1117 predefinedExpr(hasType(asString("const char[4]")),
1435 initListExpr(hasType(asString("int[2]")))));
2077 nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A"))))));
2080 loc(qualType(asString("struct A"))))))));
2084 specifiesTypeLoc(loc(qualType(asString("struct N::A"))))))));
2204 qualifiedTypeLoc(loc(asString("const int")))));
2209 qualifiedTypeLoc(loc(asString("const int")))));
2213 EXPECT_TRUE(notMatches("int x = 0;", qualifiedTypeLoc(loc(asString("int")))));
2218 notMatches("const int x = 0;", qualifiedTypeLoc(loc(asString("int")))));
2223 notMatches("const float x = 0;", qualifiedTypeLoc(loc(asString("int")))));