Home
last modified time | relevance | path

Searched defs:PropertyDecl (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2093 ObjCPropertyDecl *PropertyDecl = cast<ObjCPropertyDecl>(PDecl); in CheckObjCPropertyAttributes() local
H A DSemaExprObjC.cpp2764 if (const ObjCPropertyDecl *PropertyDecl = Method->findPropertyDecl()) in BuildInstanceMessage() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2386 ObjCPropertyDecl *PropertyDecl; variable