Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp783 if (const auto *DiagnoseIf = dyn_cast<DiagnoseIfAttr>(TmplAttr)) { in InstantiateAttrs() local
784 instantiateDependentDiagnoseIfAttr(*this, TemplateArgs, DiagnoseIf, Tmpl, in InstantiateAttrs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3296 def DiagnoseIf : InheritableAttr {