Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1039 QualType deducedType = recurse(T->getDeducedType()); in TRIVIAL_TYPE_CLASS() local
1040 if (deducedType.isNull()) in TRIVIAL_TYPE_CLASS()
1043 if (deducedType.getAsOpaquePtr() in TRIVIAL_TYPE_CLASS()
1047 return Ctx.getAutoType(deducedType, T->getKeyword(), in TRIVIAL_TYPE_CLASS()