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

/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp590 bool FoundReference; member in class:__anon1779::ContainsReference
597 : Inherited(Context), FoundReference(false), Needle(Needle) {}
601 if (FoundReference)
609 FoundReference = true;
614 bool doesContainReference() const { return FoundReference; }

Completed in 50 milliseconds