Home
last modified time | relevance | path

Searched refs:IsVoidVoid (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp1141 auto IsVoidVoid = [](const FunctionType *T) { in checkCastFunctionType() local
1150 if (IsVoidVoid(SrcFTy) || IsVoidVoid(DstFTy)) in checkCastFunctionType()