Home
last modified time | relevance | path

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

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