Searched refs:floatLiteral (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp775 const internal::VariadicDynCastAllOfMatcher<Stmt, FloatingLiteral> floatLiteral; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp220 REGISTER_MATCHER(floatLiteral);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h705 /// varDecl(hasInitializer(floatLiteral().bind("init")))
2221 floatLiteral;
4654 /// floatLiteral(equals(3.14)) and floatLiteral(equals(314e-2))

Completed in 125 milliseconds