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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp645 bool diagnosed = false; local
655 diagnosed = true;
660 if (!diagnosed) {
H A DSemaType.cpp796 bool diagnosed = false; local
805 diagnosed = true;
809 if (!diagnosed) {
1895 // diagnosed when they are written directly (e.g., "int & &"),
3701 // We've already diagnosed this for decltype(auto).
6422 /// \returns \c true if the type of \p E is incomplete and diagnosed, \c false

Completed in 98 milliseconds