Home | History | Annotate | Download | only in Sema

Lines Matching refs:placeholder

55       if (const BuiltinType *placeholder =
57 PlaceholderKind = placeholder->getKind();
88 // cast that yields the unbridged-cast placeholder type.
100 /// Try to handle the given placeholder expression kind. Return
101 /// true if the source expression has the appropriate placeholder
102 /// kind. A placeholder can only be claimed once.
131 /// Check for and handle non-overload placeholder expressions.