Searched defs:unbridged (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp847 /// \param unbridgedCasts a collection to which to add unbridged casts;
859 // If the context potentially accepts unbridged ARC casts, strip
860 // the unbridged cast and add it to the collection for later restoration.
884 UnbridgedCastsSet &unbridged) {
886 if (checkPlaceholderForOverload(S, Args[i], &unbridged))
5891 // Strip the unbridged-cast placeholder expression off unless it's
882 checkArgPlaceholdersForOverload(Sema &S, MultiExprArg Args, UnbridgedCastsSet &unbridged) argument

Completed in 128 milliseconds