Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp53 : 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 DMakefile29 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 DCompilerInstance.cpp752 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 DLangOptions.def414 LANGOPT(APINotes, 1, 0, "use external API notes")
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp194 APINotes(SourceMgr, LangOpts), CollectStats(false), in Sema()
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist42 clang/lib/APINotes/CMakeLists.txt
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h412 api_notes::APINotesManager APINotes; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1790 LangOpts<"APINotes">, DefaultFalse,