Home
last modified time | relevance | path

Searched refs:ImplicitAPINotes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesManager.h51 bool ImplicitAPINotes; variable
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp54 : SM(SM), ImplicitAPINotes(LangOpts.APINotes) {} in APINotesManager()
343 if (!ImplicitAPINotes) in findAPINotes()