Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAccess.cpp1947 if (Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Public || in IsSimplyAccessible()
1948 Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Package) in IsSimplyAccessible()
1977 if (Ivar->getCanonicalAccessControl() == ObjCIvarDecl::Private) in IsSimplyAccessible()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp761 Ivar->getCanonicalAccessControl(); in recordObjCInstanceVariables()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h1974 AccessControl getCanonicalAccessControl() const { in getCanonicalAccessControl() function