Lines Matching refs:Out
1050 // template out-of-line.
1071 // the ASTContext lays out the structure.
1612 // by the nested-name-specifier and walking out until we run out of types.
2041 // This might work out to be a current instantiation, in which
2049 // If we get out to a namespace, we're done.
2734 // These should be filtered out by our callers.
3632 // arguments, just break out now and we'll fill in the argument pack below.
3639 // got a partial argument list for a function template, so just bail out.
4676 // From here on out, all we care about are the unqualified forms
6017 // the ASTContext lays out the structure.
6587 // specializations are always out-of-line, the caller will complain about
6592 // If this is a friend, just bail out here before we start turning
6698 // Save the caller the trouble of having to figure out which declaration
7769 /// The type \p T is part of the type of an out-of-line member definition of
7791 /// as the canonical type of T*, allowing the return types of the out-of-line
7877 llvm::raw_svector_ostream Out(Str);
7887 Out << "[with ";
7889 Out << ", ";
7892 Out << Id->getName();
7894 Out << '$' << I;
7897 Out << " = ";
7898 Args[I].print(getPrintingPolicy(), Out);
7901 Out << ']';
7902 return Out.str();