Home
last modified time | relevance | path

Searched defs:getAPINotesOpts (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h138 const APINotesOptions &getAPINotesOpts() const { return *APINotesOpts; } in getAPINotesOpts() function
251 APINotesOptions &getAPINotesOpts() { return *APINotesOpts; } getAPINotesOpts() function
H A DCompilerInstance.h307 APINotesOptions &getAPINotesOpts() { return Invocation->getAPINotesOpts(); } getAPINotesOpts() function
308 const APINotesOptions &getAPINotesOpts() const { getAPINotesOpts() function