Searched refs:APINotes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 53 : SM(SM), ImplicitAPINotes(LangOpts.APINotes) {} in APINotesManager() 224 llvm::SmallVector<FileEntryRef, 2> APINotes; in getCurrentModuleAPINotes() local 234 APINotes.push_back(*File); in getCurrentModuleAPINotes() 278 if (!APINotes.empty()) in getCurrentModuleAPINotes() 279 return APINotes; in getCurrentModuleAPINotes() 287 APINotes.push_back(*File); in getCurrentModuleAPINotes() 288 return APINotes; in getCurrentModuleAPINotes() 294 return APINotes; in getCurrentModuleAPINotes() 302 auto APINotes = getCurrentModuleAPINotes(M, LookInModule, SearchPaths); in loadCurrentModuleAPINotes() local 304 for (auto File : APINotes) { in loadCurrentModuleAPINotes()
|
| /freebsd-14.2/lib/clang/libclang/ |
| H A D | Makefile | 29 SRCS_MIN+= APINotes/APINotesManager.cpp 30 SRCS_MIN+= APINotes/APINotesReader.cpp 31 SRCS_MIN+= APINotes/APINotesWriter.cpp 32 SRCS_MIN+= APINotes/APINotesYAMLCompiler.cpp
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 752 TheSema->APINotes.setSwiftVersion(getAPINotesOpts().SwiftVersion); in createSema() 763 (void)TheSema->APINotes.loadCurrentModuleAPINotes( in createSema()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangOptions.def | 414 LANGOPT(APINotes, 1, 0, "use external API notes")
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 194 APINotes(SourceMgr, LangOpts), CollectStats(false), in Sema()
|
| /freebsd-14.2/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 42 clang/lib/APINotes/CMakeLists.txt
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 412 api_notes::APINotesManager APINotes; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1790 LangOpts<"APINotes">, DefaultFalse,
|