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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1475 const NamedDecl *KeyProp = Key.getProperty(); local
1476 if (isa<VarDecl>(KeyProp))
1478 else if (isa<ObjCPropertyDecl>(KeyProp))
1480 else if (isa<ObjCMethodDecl>(KeyProp))
1482 else if (isa<ObjCIvarDecl>(KeyProp))
1489 if (const ObjCPropertyDecl *Prop = dyn_cast<ObjCPropertyDecl>(KeyProp))
1495 << int(ObjectKind) << KeyProp << int(FunctionKind)

Completed in 192 milliseconds