Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp4232 if (const TypedefType *TypedefTy = dyn_cast<TypedefType>(ExprTy)) in checkFormatExpr() local
4233 Name = TypedefTy->getDecl()->getName(); in checkFormatExpr()