Home
last modified time | relevance | path

Searched refs:findAPINotes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp900 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h176 llvm::SmallVector<APINotesReader *, 2> findAPINotes(SourceLocation Loc);
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp331 APINotesManager::findAPINotes(SourceLocation Loc) { in findAPINotes() function in APINotesManager