reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/SemaInternal.h
  199   bool isAddressOfOperand() const { return CorrectionValidator->IsAddressOfOperand; }
  203     return CorrectionValidator.get();
tools/clang/lib/Sema/SemaLookup.cpp
 4256     if (!Correction || !isCandidateViable(*CorrectionValidator, Correction))
 4352                             CorrectionValidator->IsObjCIvarLookup,
 4384     if (!isCandidateViable(*CorrectionValidator, Candidate)) {