Home
last modified time | relevance | path

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

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