HomeSort by: relevance | last modified time | path
    Searched refs:kind_getter (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h 25 kind_getter = 0x02, enumerator in enum:clang::ObjCPropertyAttribute::Kind
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 278 if (Attributes & ObjCPropertyAttribute::kind_getter)
279 attributesAsWritten |= ObjCPropertyAttribute::kind_getter;
473 if (AttributesAsWritten & ObjCPropertyAttribute::kind_getter) {
481 Attributes |= ObjCPropertyAttribute::kind_getter;
653 if (Attributes & ObjCPropertyAttribute::kind_getter)
654 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_getter);
SemaCodeComplete.cpp 6855 ObjCPropertyAttribute::kind_getter)) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp 1543 if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) {
JSONNodeDumper.cpp 1018 if (Attrs & ObjCPropertyAttribute::kind_getter)
TextNodeDumper.cpp 2259 if (Attrs & ObjCPropertyAttribute::kind_getter)
ASTContext.cpp 7147 if (PD->getPropertyAttributes() & ObjCPropertyAttribute::kind_getter) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 928 DS.setPropertyAttributes(ObjCPropertyAttribute::kind_getter);

Completed in 38 milliseconds