Home
last modified time | relevance | path

Searched refs:IfaceVar (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2313 ParmVarDecl *IfaceVar, in CheckMethodOverrideParam() argument
2319 IfaceVar->getObjCDeclQualifier())) { in CheckMethodOverrideParam()
2330 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration) in CheckMethodOverrideParam()
2331 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()
2338 QualType IfaceTy = IfaceVar->getType(); in CheckMethodOverrideParam()
2350 ((IfaceVar->getObjCDeclQualifier() & Decl::OBJC_TQ_CSNullability) in CheckMethodOverrideParam()
2352 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration); in CheckMethodOverrideParam()
2385 S.Diag(IfaceVar->getLocation(), in CheckMethodOverrideParam()
2388 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp2406 ParmVarDecl *IfaceVar, in CheckMethodOverrideParam() argument
2412 IfaceVar->getObjCDeclQualifier())) { in CheckMethodOverrideParam()
2423 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration) in CheckMethodOverrideParam()
2424 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()
2431 QualType IfaceTy = IfaceVar->getType(); in CheckMethodOverrideParam()
2443 ((IfaceVar->getObjCDeclQualifier() & Decl::OBJC_TQ_CSNullability) in CheckMethodOverrideParam()
2445 S.Diag(IfaceVar->getLocation(), diag::note_previous_declaration); in CheckMethodOverrideParam()
2478 S.Diag(IfaceVar->getLocation(), in CheckMethodOverrideParam()
2481 << getTypeRange(IfaceVar->getTypeSourceInfo()); in CheckMethodOverrideParam()