Lines Matching refs:asString

276                  stringLiteral(hasType(asString("const char[4]"))))));
280 stringLiteral(hasType(asString("const wchar_t[4]"))))));
284 stringLiteral(hasType(asString("const char[7]"))))));
346 floatLiteral(equals(1.0), hasType(asString("double"))))));
350 floatLiteral(equals(1.0e-5f), hasType(asString("float"))))));
376 hasType(asString("struct s")),
378 hasType(asString("struct s")),
379 has(integerLiteral(equals(42), hasType(asString("int")))),
380 has(integerLiteral(equals(0), hasType(asString("long")))),
382 equals(1), hasType(asString("unsigned int"))))))))));
390 cxxThisExpr(hasType(asString("class declToImport *")))))));
400 hasType(asString("int *"))))),
401 has(integerLiteral(equals(1), hasType(asString("int"))))))));
453 hasName("C"), hasType(asString("int")),
456 hasName("X"), hasType(asString("int")),
516 hasType(asString("const char[13]")),
517 has(stringLiteral(hasType(asString("const char[13]"))))))));
530 hasType(asString("point")), has(floatLiteral(equals(1.0))),
531 has(implicitValueInitExpr(hasType(asString("double")))))),
532 has(initListExpr(hasType(asString("point")),
856 functionDecl(hasDescendant(typeTraitExpr(hasType(asString("int"))))));
1508 hasParameter(1, hasType(asString("X<int> &"))));
3440 FromTU, parmVarDecl(hasType(asString("int"))));
3779 cxxConstructorDecl(hasParameter(0, varDecl(hasType(asString("int")))),
5478 hasReplacementType(hasCanonicalType(asString(Name))))
8124 cxxDeductionGuideDecl(hasParameter(0, hasType(asString("A<T>")))));
8188 TU, cxxDeductionGuideDecl(hasParameter(0, hasType(asString("int")))));