/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ReturnConstRefFromParameterCheck.cpp | 44 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 D | SemaBase.cpp | 38 const PartialDiagnostic &PD) { in operator <<() argument 85 const PartialDiagnostic &PD, in Diag() argument
|
H A D | SemaExprMember.cpp | 510 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 D | Sema.cpp | 1839 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 D | SemaPPC.cpp | 38 const auto *PD = dyn_cast<ParmVarDecl>(DR->getDecl()); checkAIXMemberAlignment() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DirectIvarAssignment.cpp | 94 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 D | IvarInvalidationChecker.cpp | 346 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 D | DispatchOnceNonstaticCheck.cpp | 38 if (const auto *PD = dyn_cast<ParmVarDecl>(VD)) { in check() local
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | CheckerRegistration.h | 30 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 D | TemplateDeduction.h | 108 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 D | TargetSubtargetInfo.cpp | 19 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 D | TGLexer.cpp | 644 for (const auto &PD : PreprocessorDirs) { prepIsDirective() local 701 for (const auto &PD : PreprocessorDirs) prepEatPreprocessorDirective() local
|
/llvm-project/clang/lib/Support/ |
H A D | RISCVVIntrinsicUtils.cpp | 410 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 D | ShowEnabledWarnings.cpp | 136 for (const PrettyDiag &PD : Active) { run() local
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
H A D | p5-cxx0x.cpp | 22 class PD { class
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | tag-types.cpp | 66 double *PD; member in Class 89 const double *PD; member
|
/llvm-project/clang/include/clang/Basic/ |
H A D | PartialDiagnostic.h | 135 void swap(PartialDiagnostic &PD) { in swap() argument
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 237 ObjCPropertyDecl *PD = *PI; in checkAllAtProps() local 302 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps() local
|
H A D | TransZeroOutPropsInDealloc.cpp | 118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); in TraverseObjCMethodDecl() local
|
/llvm-project/clang-tools-extra/clang-include-fixer/ |
H A D | IncludeFixer.cpp | 140 PartialDiagnostic PD(DiagID, Ctx.getDiagAllocator()); addDiagnosticsForContext() local 177 for (const PartialDiagnostic &PD : Correction.getExtraDiagnostics()) MaybeDiagnoseMissingCompleteType() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 89 for (const PathDiagnostic *PD : Diags) { in FlushDiagnosticsImpl() local
|
H A D | CheckerHelpers.cpp | 94 } else if (auto PD = dyn_cast_or_null<DeclStmt>(S)) { in parseAssignment() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | State.cpp |
|
/llvm-project/clang/unittests/AST/ |
H A D | RecursiveASTVisitorTest.cpp | 114 bool TraverseObjCProtocolDecl(ObjCProtocolDecl *PD) { in TraverseObjCProtocolDecl()
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 616 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...] |