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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclBase.h206 OBJC_TQ_Bycopy = 0x8, enumerator in enum:clang::ObjCDeclQualifier
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp1225 if (Quals & Decl::ObjCDeclQualifier::OBJC_TQ_Bycopy)
H A DASTContext.cpp7911 if (QT & Decl::OBJC_TQ_Bycopy)
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8322 if (QT & Decl::OBJC_TQ_Bycopy)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp2735 if (ObjCQuals & Decl::OBJC_TQ_Bycopy)

Completed in 309 milliseconds