Searched refs:KeyProp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1465 const NamedDecl *KeyProp = Key.getProperty(); local
1466 if (isa<VarDecl>(KeyProp))
1468 else if (isa<ObjCPropertyDecl>(KeyProp))
1470 else if (isa<ObjCMethodDecl>(KeyProp))
1472 else if (isa<ObjCIvarDecl>(KeyProp))
1479 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp))
1485 << int(ObjectKind) << KeyProp << int(FunctionKind)

Completed in 56 milliseconds