Home | History | Annotate | Download | only in AST

Lines Matching refs:Results

1201                                   llvm::SmallVectorImpl<NamedDecl *> &Results) {
1202 Results.clear();
1205 // the results.
1208 Results.insert(Results.end(), LookupResults.first, LookupResults.second);
1216 Results.insert(Results.end(),
1228 Results.push_back(ND);