Searched refs:placeholderType (Results 1 – 1 of 1) sorted by relevance
20588 const BuiltinType *placeholderType = E->getType()->getAsPlaceholderType(); in CheckPlaceholderExpr() local20589 if (!placeholderType) return E; in CheckPlaceholderExpr()20591 switch (placeholderType->getKind()) { in CheckPlaceholderExpr()