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.cpp5958 bool IsKernReturnT = false; in handleMIGServerRoutineAttr() local
5960 IsKernReturnT = (TT->getDecl()->getName() == "kern_return_t"); in handleMIGServerRoutineAttr()
5963 if (!IsKernReturnT || T.getCanonicalType() != S.getASTContext().IntTy) { in handleMIGServerRoutineAttr()