Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1945 if (Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Public || in IsSimplyAccessible()
1946 Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Package) in IsSimplyAccessible()
1975 if (Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Private) in IsSimplyAccessible()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp2080 if (FirstIvar->getCanonicalAccessControl() != in diagnoseMismatch()
2081 SecondIvar->getCanonicalAccessControl()) { in diagnoseMismatch()
2085 << (int)FirstIvar->getCanonicalAccessControl(); in diagnoseMismatch()
2089 << (int)SecondIvar->getCanonicalAccessControl(); in diagnoseMismatch()
H A DODRHash.cpp358 ID.AddInteger(D->getCanonicalAccessControl()); in VisitObjCIvarDecl()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp159 auto AC = IV->getCanonicalAccessControl(); in recordObjCInstanceVariables()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2000 AccessControl getCanonicalAccessControl() const { in getCanonicalAccessControl() function