Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h995 classprop_range class_properties() const { in class_properties() function
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1371 for (const auto *I : Container->class_properties()) { in findPropertyDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4958 for (const auto *P : Container->class_properties()) in AddObjCProperties()