Home
last modified time | relevance | path

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

12345

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DReturnConstRefFromParameterCheck.cpp44 hasSameParameterTypes(const FunctionDecl & FD,const FunctionDecl & O,const ParmVarDecl & PD) hasSameParameterTypes() argument
63 findRVRefOverload(const FunctionDecl & FD,const ParmVarDecl & PD) findRVRefOverload() argument
87 const auto *PD = Result.Nodes.getNodeAs<ParmVarDecl>("param"); check() local
/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp38 const PartialDiagnostic &PD) { in operator <<() argument
85 const PartialDiagnostic &PD, in Diag() argument
H A DSemaExprMember.cpp510 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration( FindGetterSetterNameDeclFromProtocolList() local
532 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration( FindGetterSetterNameDecl() local
919 BuildMSPropertyRefExpr(Sema & S,Expr * BaseExpr,bool IsArrow,const CXXScopeSpec & SS,MSPropertyDecl * PD,const DeclarationNameInfo & NameInfo) BuildMSPropertyRefExpr() argument
1138 if (MSPropertyDecl *PD = dyn_cast<MSPropertyDecl>(MemberDecl)) BuildMemberReferenceExpr() local
1556 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(PMDecl)) { LookupMemberExpr() local
[all...]
H A DSema.cpp1839 const PartialDiagnostic &PD = PDAt.second; emitDeferredDiags() local
2001 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); checkTypeSupport() local
2033 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); checkTypeSupport() local
2060 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); checkTypeSupport() local
2079 PartialDiagnostic PD = PDiag(diag::err_target_unsupported_type); checkTypeSupport() local
2651 tryToRecoverWithCall(ExprResult & E,const PartialDiagnostic & PD,bool ForceComplain,bool (* IsPlausibleResult)(QualType)) tryToRecoverWithCall() argument
[all...]
H A DSemaPPC.cpp38 const auto *PD = dyn_cast<ParmVarDecl>(DR->getDecl()); checkAIXMemberAlignment() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp94 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar()
125 for (const auto *PD : InterD->instance_properties()) { in checkASTDecl() local
180 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local
H A DIvarInvalidationChecker.cpp346 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local
382 for (const ObjCPropertyDecl *PD : llvm::make_second_range(PropMap)) { in visit() local
605 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr() local
/llvm-project/clang-tools-extra/clang-tidy/darwin/
H A DDispatchOnceNonstaticCheck.cpp38 if (const auto *PD = dyn_cast<ParmVarDecl>(VD)) { in check() local
/llvm-project/clang/unittests/StaticAnalyzer/
H A DCheckerRegistration.h30 for (const auto *PD : Diags) { in FlushDiagnosticsImpl() local
46 for (const auto *PD : Diags) { in FlushDiagnosticsImpl() local
/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h108 takeSFINAEDiagnostic(PartialDiagnosticAt & PD) takeSFINAEDiagnostic() argument
151 addSFINAEDiagnostic(SourceLocation Loc,PartialDiagnostic PD) addSFINAEDiagnostic() argument
162 addSuppressedDiagnostic(SourceLocation Loc,PartialDiagnostic PD) addSuppressedDiagnostic() argument
/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp19 TargetSubtargetInfo(const Triple & TT,StringRef CPU,StringRef TuneCPU,StringRef FS,ArrayRef<SubtargetFeatureKV> PF,ArrayRef<SubtargetSubTypeKV> PD,const MCWriteProcResEntry * WPR,const MCWriteLatencyEntry * WL,const MCReadAdvanceEntry * RA,const InstrStage * IS,const unsigned * OC,const unsigned * FP) TargetSubtargetInfo() argument
/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp644 for (const auto &PD : PreprocessorDirs) { prepIsDirective() local
701 for (const auto &PD : PreprocessorDirs) prepEatPreprocessorDirective() local
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp410 PrototypeDescriptor PD; in parsePrototypeDescriptor() local
1032 auto T = TypeCache.computeType(Type, Log2LMUL, PD); in getSuffixStr() local
1191 if (!PD) in parsePrototypes() local
[all...]
/llvm-project/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp136 for (const PrettyDiag &PD : Active) { run() local
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp22 class PD { class
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtag-types.cpp66 double *PD; member in Class
89 const double *PD; member
/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h135 void swap(PartialDiagnostic &PD) { in swap() argument
/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp237 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local
302 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp140 PartialDiagnostic PD(DiagID, Ctx.getDiagAllocator()); addDiagnosticsForContext() local
177 for (const PartialDiagnostic &PD : Correction.getExtraDiagnostics()) MaybeDiagnoseMissingCompleteType() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp89 for (const PathDiagnostic *PD : Diags) { in FlushDiagnosticsImpl() local
H A DCheckerHelpers.cpp94 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { in parseAssignment() local
/llvm-project/clang/lib/AST/Interp/
H A DState.cpp
/llvm-project/clang/unittests/AST/
H A DRecursiveASTVisitorTest.cpp114 bool TraverseObjCProtocolDecl(ObjCProtocolDecl *PD) { in TraverseObjCProtocolDecl()
/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp616 return GenerateProtocolRef(PD); in GetOrEmitProtocol() argument
227 MakePropertyEncodingString(const ObjCPropertyDecl * PD,const Decl * Container) MakePropertyEncodingString() argument
1332 GenerateProtocolRef(CodeGenFunction & CGF,const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
1369 GenerateProtocol(const ObjCProtocolDecl * PD) GenerateProtocol() argument
1372 GenerateProtocolRef(const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
3257 GenerateProtocolRef(CodeGenFunction & CGF,const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
3264 GenerateProtocolRef(const ObjCProtocolDecl * PD) GenerateProtocolRef() argument
3298 GenerateProtocol(const ObjCProtocolDecl * PD) GenerateProtocol() argument
3451 for (const auto *PD : RuntimeProtos) GenerateCategoryProtocolList() local
3517 for (const auto *PD : Proto->properties()) { GeneratePropertyList() local
3532 for (auto *PD : ClassExt->properties()) { GeneratePropertyList() local
3539 for (const auto *PD : OCD->properties()) { GeneratePropertyList() local
[all...]

12345