Searched refs:getAPINotesOpts (Results 1 – 4 of 4) sorted by relevance
138 const APINotesOptions &getAPINotesOpts() const { return *APINotesOpts; } in getAPINotesOpts() function239 using CompilerInvocationBase::getAPINotesOpts;256 APINotesOptions &getAPINotesOpts() { return *APINotesOpts; } in getAPINotesOpts() function
328 APINotesOptions &getAPINotesOpts() { return Invocation->getAPINotesOpts(); } in getAPINotesOpts() function329 const APINotesOptions &getAPINotesOpts() const { in getAPINotesOpts() function330 return Invocation->getAPINotesOpts(); in getAPINotesOpts()
751 TheSema->APINotes.setSwiftVersion(getAPINotesOpts().SwiftVersion); in createSema()764 getAPINotesOpts().ModuleSearchPaths); in createSema()
164 APINotesOpts = make_shared_copy(X.getAPINotesOpts()); in deep_copy_assign()4814 ParseAPINotesArgs(Res.getAPINotesOpts(), Args, Diags); in CreateFromArgsImpl()4994 const APINotesOptions &APINotesOpts = getAPINotesOpts(); in getModuleHash()5047 GenerateAPINotesArgs(getAPINotesOpts(), Consumer); in generateCC1CommandLine()