Home
last modified time | relevance | path

Searched defs:CCast (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2852 CCast, // C cast: (type)expr global() enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12251 if (const CStyleCastExpr *CCast = dyn_cast<CStyleCastExpr>(E)) { checkFormatExpr() local