Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1893 QualType TPointee = T->getPointeeType(); in isSubstitutedType() local
1895 if (!TPointee.isNull() && !PPointee.isNull()) in isSubstitutedType()
1897 isSubstitutedType(Ctx, TPointee, PPointee, Args, Depth); in isSubstitutedType()