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