Searched defs:isPropertyAccessor (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp643 bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined,
647 isVariadic, isPropertyAccessor, isImplicitlyDeclared, isDefined,
1091 if (isPropertyAccessor()) {
639 Create( ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, bool isInstance, bool isVariadic, bool isPropertyAccessor, bool isImplicitlyDeclared, bool isDefined, ImplementationControl impControl, bool HasRelatedResultType) argument
/external/clang/include/clang/AST/
H A DDeclObjC.h229 bool isVariadic = false, bool isPropertyAccessor = false,
236 IsPropertyAccessor(isPropertyAccessor), IsDefined(isDefined),
257 bool isVariadic = false, bool isPropertyAccessor = false,
417 bool isPropertyAccessor() const { return IsPropertyAccessor; } function in class:clang::ObjCList

Completed in 130 milliseconds