Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp8778 bool IsKernReturnT = false; in handleMIGServerRoutineAttr() local
8780 IsKernReturnT = (TT->getDecl()->getName() == "kern_return_t"); in handleMIGServerRoutineAttr()
8783 if (!IsKernReturnT || T.getCanonicalType() != S.getASTContext().IntTy) { in handleMIGServerRoutineAttr()