Home | History | Annotate | Download | only in Sema

Lines Matching refs:Out

130     // that contexts be visited from the inside out in order to get
485 void LookupResult::print(raw_ostream &Out) {
486 Out << Decls.size() << " result(s)";
487 if (isAmbiguous()) Out << ", ambiguous";
488 if (Paths) Out << ", base paths present";
491 Out << "\n";
492 (*I)->print(Out, 2);
1007 // Stop if we ran out of scopes.
1075 // template parameter scope for an out-of-line definition, also
1242 /// @param [in,out] R Specifies the lookup to perform (e.g., the name to
1278 // out-of-scope.
1879 // We skip out of inline namespaces. The innermost non-inline namespace
3365 // edit distance. If the minimum isn't good enough, bail out early.
4031 // Weed out any names that could not be found by name lookup or, if a
4209 // object wouldn't have filtered out possible corrections, note
4259 // not filter out possible corrections, note that no correction was found.