Searched refs:APINotes (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesManager.cpp | 54 : SM(SM), ImplicitAPINotes(LangOpts.APINotes) {} in APINotesManager() 226 llvm::SmallVector<FileEntryRef, 2> APINotes; in getCurrentModuleAPINotes() local 236 APINotes.push_back(*File); in getCurrentModuleAPINotes() 241 APINotes.push_back(*File); in getCurrentModuleAPINotes() 284 if (!APINotes.empty()) in getCurrentModuleAPINotes() 285 return APINotes; in getCurrentModuleAPINotes() 293 APINotes.push_back(*File); in getCurrentModuleAPINotes() 294 return APINotes; in getCurrentModuleAPINotes() 300 return APINotes; in getCurrentModuleAPINotes() 308 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); in loadCurrentModuleAPINotes() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAPINotes.cpp | 796 APINotes.findAPINotes(NamespaceContext->getLocation())) { in ProcessAPINotes() 833 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() 845 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() 857 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() 867 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() 901 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() 911 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() 924 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() 977 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() 1002 for (auto Reader : APINotes.findAPINotes(D->getLocation())) { in ProcessAPINotes() [all …]
|
H A D | Sema.cpp | 219 SourceMgr(PP.getSourceManager()), APINotes(SourceMgr, LangOpts), in Sema()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 28 SRCS_MIN+= APINotes/APINotesManager.cpp 29 SRCS_MIN+= APINotes/APINotesReader.cpp 30 SRCS_MIN+= APINotes/APINotesWriter.cpp 31 SRCS_MIN+= APINotes/APINotesYAMLCompiler.cpp
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 751 TheSema->APINotes.setSwiftVersion(getAPINotesOpts().SwiftVersion); in createSema() 762 (void)TheSema->APINotes.loadCurrentModuleAPINotes( in createSema()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 431 LANGOPT(APINotes, 1, 0, "use external API notes")
|
/freebsd/contrib/llvm-project/ |
H A D | FREEBSD-Xlist | 44 clang/lib/APINotes/CMakeLists.txt
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1006 api_notes::APINotesManager APINotes; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1899 LangOpts<"APINotes">, DefaultFalse,
|