OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propattrs
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
TransProperties.cpp
190
ObjCPropertyDecl::PropertyAttributeKind
propAttrs
= getPropertyAttrs(props);
192
if (
propAttrs
& (ObjCPropertyDecl::OBJC_PR_copy |
198
if (
propAttrs
& ObjCPropertyDecl::OBJC_PR_retain) {
205
if (
propAttrs
& ObjCPropertyDecl::OBJC_PR_assign) {
/external/clang/tools/c-index-test/
c-index-test.c
866
unsigned
PropAttrs
= clang_Cursor_getObjCPropertyAttributes(Cursor, 0);
867
if (
PropAttrs
!= CXObjCPropertyAttr_noattr) {
870
if (
PropAttrs
& CXObjCPropertyAttr_##A) printf(#A ",")
[
all
...]
Completed in 157 milliseconds