OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PropDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp
60
ObjCPropertyDecl *
PropDecl
= P->first;
61
if (
PropDecl
->getSetterName() == ME->getSelector()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp
563
const ObjCPropertyDecl *
PropDecl
= PropImpl->getPropertyDecl();
565
assert(
PropDecl
->getSetterKind() == ObjCPropertyDecl::Copy ||
566
PropDecl
->getSetterKind() == ObjCPropertyDecl::Retain);
571
if (
PropDecl
->getSetterKind() == ObjCPropertyDecl::Retain)
662
const ObjCPropertyDecl *
PropDecl
= findShadowedPropertyDecl(PropImpl);
663
if (
PropDecl
) {
664
if (
PropDecl
->isReadOnly())
667
PropDecl
= PropImpl->getPropertyDecl();
677
assert(
PropDecl
->getSetterKind() == ObjCPropertyDecl::Weak ||
678
(
PropDecl
->getSetterKind() == ObjCPropertyDecl::Assign &
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
6382
ObjCPropertyDecl *
PropDecl
= Properties[i];
6387
Result +=
PropDecl
->getName(); Result += "\",";
6389
Context->getObjCEncodingForPropertyDecl(
PropDecl
, Container);
Completed in 20 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026