OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
438
ObjCPropertyDecl *
PIDecl
= CCPrimary->FindPropertyVisibleInPrimaryClass(
442
if (
PIDecl
&& isa<ObjCCategoryDecl>(
PIDecl
->getDeclContext())) {
444
Diag(
PIDecl
->getLocation(), diag::note_property_declare);
449
if (
PIDecl
) {
453
if (!(
PIDecl
->isReadOnly() && isReadWrite)) {
460
(
PIDecl
->getPropertyAttributesAsWritten() &
466
Diag(
PIDecl
->getLocation(), diag::note_property_declare);
471
if (
PIDecl
->getGetterName() != GetterSel) {
475
<<
PIDecl
->getGetterName() << GetterSel
[
all
...]
SemaDeclObjC.cpp
4087
if (const ObjCPropertyImplDecl *
PIDecl
4090
if (
PIDecl
->getPropertyImplementation()
Completed in 270 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026