Home
last modified time | relevance | path

Searched defs:PD (Results 1 – 25 of 65) sorted by relevance

123

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp96 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar()
127 for (const auto *PD : InterD->properties()) { in checkASTDecl() local
180 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local
H A DCheckObjCDealloc.cpp32 const ObjCPropertyDecl *PD, in scan_ivar_release()
185 const ObjCPropertyDecl *PD = I->getPropertyDecl(); in checkObjCDealloc() local
H A DIvarInvalidationChecker.cpp353 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local
392 const ObjCPropertyDecl *PD = I->second; in visit() local
623 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DTemplateDeduction.h69 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic()
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic()
102 PartialDiagnostic PD) { in addSuppressedDiagnostic()
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp40 ArrayRef<SubtargetFeatureKV> PD, in InitMCSubtargetInfo()
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp22 class PD { class
/minix3/minix/drivers/audio/es1370/
H A Dak4531.c20 #define PD 0x02 macro
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp243 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local
307 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
H A DTransZeroOutPropsInDealloc.cpp119 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
H A DTransUnbridgedCasts.cpp442 ParmVarDecl *PD = FD->getParamDecl(i); in isPassedToCParamWithKnownOwnership() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp385 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member)) in FindGetterSetterNameDeclFromProtocolList() local
406 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) { in FindGetterSetterNameDecl() local
855 MSPropertyDecl *PD, in BuildMSPropertyRefExpr()
1064 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl)) in BuildMemberReferenceExpr() local
1423 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) { in LookupMemberExpr() local
H A DSema.cpp1030 Sema::Diag(SourceLocation Loc, const PartialDiagnostic& PD) { in Diag()
1417 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, in tryToRecoverWithCall()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h259 void swap(PartialDiagnostic &PD) { in swap()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp225 for (auto PD : D->params()) { in VisitFunctionDecl() local
409 if (ObjCPropertyDecl *PD = D->getPropertyDecl()) { in VisitObjCPropertyImplDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp503 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateVisitorsOnlyPathDiagnostic()
557 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateMinimalPathDiagnostic()
967 PathDiagnostic &PD; member in __anonf94f6a130211::EdgeBuilder
1285 if (const ParmVarDecl *PD = *PI) { in reversePropagateInterestingSymbols() local
1390 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateExtensivePathDiagnostic()
1630 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateAlternateExtensivePathDiagnostic()
3062 bool GRBugReporter::generatePathDiagnostic(PathDiagnostic& PD, in generatePathDiagnostic()
3396 PathDiagnosticConsumer &PD, in FlushReport()
H A DPathDiagnostic.cpp459 void PathDiagnosticConsumer::FilesMade::addDiagnostic(const PathDiagnostic &PD, in addDiagnostic()
482 PathDiagnosticConsumer::FilesMade::getFiles(const PathDiagnostic &PD) { in getFiles()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp2524 const ObjCProtocolDecl *PD) { in GenerateProtocolRef()
2533 void CGObjCCommonMac::GenerateProtocol(const ObjCProtocolDecl *PD) { in GenerateProtocol()
2545 llvm::Constant *CGObjCCommonMac::GetProtocolRef(const ObjCProtocolDecl *PD) { in GetProtocolRef()
2564 llvm::Constant *CGObjCMac::GetOrEmitProtocol(const ObjCProtocolDecl *PD) { in GetOrEmitProtocol()
2648 llvm::Constant *CGObjCMac::GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) { in GetOrEmitProtocolRef()
2676 CGObjCMac::EmitProtocolExtension(const ObjCProtocolDecl *PD, in EmitProtocolExtension()
2756 for (const auto *PD : Proto->properties()) { in PushProtocolProperties() local
2785 for (const auto *PD : OCD->properties()) { in EmitPropertyList() local
3041 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateClass() local
4892 CGObjCCommonMac::GetPropertyTypeString(const ObjCPropertyDecl *PD, in GetPropertyTypeString()
[all …]
H A DCGObjC.cpp744 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCGetter() local
1273 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCSetter() local
2870 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCAtomicSetterCopyHelperFunction() local
2944 const ObjCPropertyDecl *PD = PID->getPropertyDecl(); in GenerateObjCAtomicGetterCopyHelperFunction() local
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.cpp30 ObjCProtocolDecl *PD = *I; in ObjCProtocolListInfo() local
591 ObjCPropertyDecl *PD = D->getPropertyDecl(); in handleSynthesizedObjCProperty() local
1133 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(D)) in getRefCursor() local
H A DIndexDecl.cpp222 ObjCPropertyDecl *PD = D->getPropertyDecl(); in VisitObjCPropertyImplDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp146 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(this)) in HasUserDeclaredSetterMethod() local
167 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(*I)) in findPropertyDecl() local
194 if (ObjCPropertyDecl *PD = in FindPropertyDeclaration() local
256 if (ObjCPropertyDecl *PD = in FindPropertyVisibleInPrimaryClass() local
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h130 static bool classof(const PreprocessedEntity *PD) { in classof()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp112 PS = 1, PD = 2, XS = 3, XD = 4 enumerator
/minix3/external/bsd/llvm/dist/clang/test/Layout/
H A Dms-x86-pack-and-align.cpp687 typedef PB PD; typedef
/minix3/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h190 ISO_SUSP_PD PD; member

123