Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp4399 if (const TypedefType *TypedefTy = dyn_cast<TypedefType>(ExprTy)) in checkFormatExpr() local
4400 Name = TypedefTy->getDecl()->getName(); in checkFormatExpr()