Home
last modified time | relevance | path

Searched refs:getAPINotesOpts (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h138 const APINotesOptions &getAPINotesOpts() const { return *APINotesOpts; } in getAPINotesOpts() function
234 using CompilerInvocationBase::getAPINotesOpts;
251 APINotesOptions &getAPINotesOpts() { return *APINotesOpts; } in getAPINotesOpts() function
H A DCompilerInstance.h307 APINotesOptions &getAPINotesOpts() { return Invocation->getAPINotesOpts(); } in getAPINotesOpts() function
308 const APINotesOptions &getAPINotesOpts() const { in getAPINotesOpts() function
309 return Invocation->getAPINotesOpts(); in getAPINotesOpts()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp752 TheSema->APINotes.setSwiftVersion(getAPINotesOpts().SwiftVersion); in createSema()
765 getAPINotesOpts().ModuleSearchPaths); in createSema()
H A DCompilerInvocation.cpp164 APINotesOpts = make_shared_copy(X.getAPINotesOpts()); in deep_copy_assign()
4607 ParseAPINotesArgs(Res.getAPINotesOpts(), Args, Diags); in CreateFromArgsImpl()
4784 const APINotesOptions &APINotesOpts = getAPINotesOpts(); in getModuleHash()
4837 GenerateAPINotesArgs(getAPINotesOpts(), Consumer); in generateCC1CommandLine()