Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h138 const APINotesOptions &getAPINotesOpts() const { return *APINotesOpts; } in getAPINotesOpts() function
239 using CompilerInvocationBase::getAPINotesOpts;
256 APINotesOptions &getAPINotesOpts() { return *APINotesOpts; } in getAPINotesOpts() function
H A DCompilerInstance.h317 APINotesOptions &getAPINotesOpts() { return Invocation->getAPINotesOpts(); } in getAPINotesOpts() function
318 const APINotesOptions &getAPINotesOpts() const { in getAPINotesOpts() function
319 return Invocation->getAPINotesOpts(); in getAPINotesOpts()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp748 TheSema->APINotes.setSwiftVersion(getAPINotesOpts().SwiftVersion); in createSema()
761 getAPINotesOpts().ModuleSearchPaths); in createSema()
H A DCompilerInvocation.cpp150 APINotesOpts = make_shared_copy(X.getAPINotesOpts()); in deep_copy_assign()
5154 ParseAPINotesArgs(Res.getAPINotesOpts(), Args, Diags); in CreateFromArgsImpl()
5341 const APINotesOptions &APINotesOpts = getAPINotesOpts(); in getModuleHash()
5398 GenerateAPINotesArgs(getAPINotesOpts(), Consumer); in generateCC1CommandLine()