Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp1972 QualType PPointee = Pattern->getPointeeType(); in isSubstitutedType() local
1973 if (!TPointee.isNull() && !PPointee.isNull()) in isSubstitutedType()
1975 isSubstitutedType(Ctx, TPointee, PPointee, Args, Depth); in isSubstitutedType()