Home | History | Annotate | Download | only in Sema

Lines Matching full:localonly

3461   PerformPendingInstantiations(/*LocalOnly=*/true);
3815 PerformPendingInstantiations(/*LocalOnly=*/true);
3980 PerformPendingInstantiations(/*LocalOnly=*/true);
4607 void Sema::PerformPendingInstantiations(bool LocalOnly) {
4609 (!LocalOnly && !PendingInstantiations.empty())) {