Home
last modified time | relevance | path

Searched defs:isInstanceProperty (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp1004 bool isInstanceProperty = in ProcessAPINotes() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h853 bool isInstanceProperty() const { return !isClassProperty(); } in isInstanceProperty() function