Searched refs:findAPINotes (Results 1 – 3 of 3) sorted by relevance
900 for (auto Reader : APINotes.findAPINotes(NamespaceContext->getLocation())) { in UnwindNamespaceContext()931 for (auto Reader : APINotes.findAPINotes(DC->getLocation())) { in UnwindTagContext()969 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes()981 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes()993 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes()1003 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes()1045 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes()1057 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes()1070 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes()1123 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes()[all …]
176 llvm::SmallVector<APINotesReader *, 2> findAPINotes(SourceLocation Loc);
331 APINotesManager::findAPINotes(SourceLocation Loc) { in findAPINotes() function in APINotesManager