Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp945 QualType deducedType = recurse(T->getDeducedType()); in TRIVIAL_TYPE_CLASS() local
946 if (deducedType.isNull()) in TRIVIAL_TYPE_CLASS()
949 if (deducedType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS()
953 return Ctx.getAutoType(deducedType, T->isDecltypeAuto(), in TRIVIAL_TYPE_CLASS()