Home | History | Annotate | Download | only in Sema

Lines Matching refs:isPlaceholderType

403     if (E->getType()->isPlaceholderType()) {
4508 } else if (Queried->getType()->isPlaceholderType()) {
4524 assert(!LHS.get()->getType()->isPlaceholderType() &&
4525 !RHS.get()->getType()->isPlaceholderType() &&