Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp2077 const ObjCIvarDecl *SecondIvar = cast<ObjCIvarDecl>(SecondDecl); in diagnoseMismatch() local
2079 SecondIvar->getCanonicalAccessControl()) { in diagnoseMismatch()
2084 DiagNote(SecondIvar->getLocation(), SecondIvar->getSourceRange(), in diagnoseMismatch()
2086 << SecondIvar->getName() in diagnoseMismatch()
2087 << (int)SecondIvar->getCanonicalAccessControl(); in diagnoseMismatch()