Home
last modified time | relevance | path

Searched refs:APINotes (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp54 : 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 DSemaAPINotes.cpp796 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 DSema.cpp219 SourceMgr(PP.getSourceManager()), APINotes(SourceMgr, LangOpts), in Sema()
/freebsd/lib/clang/libclang/
H A DMakefile28 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 DCompilerInstance.cpp751 TheSema->APINotes.setSwiftVersion(getAPINotesOpts().SwiftVersion); in createSema()
762 (void)TheSema->APINotes.loadCurrentModuleAPINotes( in createSema()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def431 LANGOPT(APINotes, 1, 0, "use external API notes")
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist44 clang/lib/APINotes/CMakeLists.txt
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1006 api_notes::APINotesManager APINotes; variable
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1899 LangOpts<"APINotes">, DefaultFalse,