Searched refs:diagnosed (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp719 bool diagnosed = false; local
729 diagnosed = true;
734 if (!diagnosed) {
H A DSemaType.cpp888 bool diagnosed = false; local
897 diagnosed = true;
901 if (!diagnosed) {
2098 // diagnosed when they are written directly (e.g., "int & &"),
4045 /// the first such instance is retroactively diagnosed.
4656 // We've already diagnosed this for decltype(auto).
6749 /// \returns true if a problem has been diagnosed, false on success.
7877 /// \returns \c true if the type of \p E is incomplete and diagnosed, \c false

Completed in 84 milliseconds