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

/external/clang/lib/AST/
H A DDeclObjC.cpp478 bool isPropertyAccessor,
485 isInstance, isVariadic, isPropertyAccessor,
966 if (isPropertyAccessor()) {
470 Create(ASTContext &C, SourceLocation beginLoc, SourceLocation endLoc, Selector SelInfo, QualType T, TypeSourceInfo *ResultTInfo, 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.h232 bool isPropertyAccessor = false,
240 IsPropertyAccessor(isPropertyAccessor),
266 bool isPropertyAccessor = false,
408 bool isPropertyAccessor() const { return IsPropertyAccessor; } function in class:clang::ObjCList

Completed in 92 milliseconds