Home
last modified time | relevance | path

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

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