Lines Matching refs:floatLiteral
1873 auto Matcher = varDecl(hasInitializer(floatLiteral())); in TEST()
1879 auto ParentMatcher = floatLiteral(hasParent(varDecl(hasName("i")))); in TEST()
1890 floatLiteral(traverse(TK_AsIs, hasParent(implicitCastExpr()))))); in TEST()
1893 matches(VarDeclCode, floatLiteral(traverse(TK_IgnoreUnlessSpelledInSource, in TEST()
1911 varDecl(has(traverse(TK_AsIs, floatLiteral())))))); in TEST()
1939 hasArgument(0, floatLiteral()))))); in TEST()
1943 hasAnyArgument(floatLiteral()))))); in TEST()
1952 traverse(TK_AsIs, hasDescendant(floatLiteral()))))); in TEST()
1955 Code, traverse(TK_AsIs, floatLiteral(hasParent(callExpr( in TEST()
1958 floatLiteral(hasParent(callExpr(callee( in TEST()
2700 returnStmt(has(implicitCastExpr(has(floatLiteral()))))))); in TEST()
2721 has(floatLiteral()))))))))))); in TEST()
2726 traverse(TK_AsIs, implicitCastExpr(has(floatLiteral())))))); in TEST()
2756 auto Matcher = varDecl(hasInitializer(floatLiteral())); in TEST()
3036 functionDecl(hasName("func14"), hasDescendant(floatLiteral()))), in TEST()