Home
last modified time | relevance | path

Searched defs:isCast (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DNodeIntrospection.h46 bool isCast() const { return m_flags & IsCast; } in isCast() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1430 bool ConstantExpr::isCast() const { in isCast() function in ConstantExpr
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12625 static bool isCast(CheckedConversionKind CCK) { in isCast() function