Home
last modified time | relevance | path

Searched refs:class_properties (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1406 for (const auto *I : Container->class_properties()) { in findPropertyDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h998 classprop_range class_properties() const { in class_properties() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp5089 for (const auto *P : Container->class_properties()) in AddObjCProperties()