Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp1254 for (const auto *I : Container->class_properties()) { in findPropertyDecl()
/external/clang/include/clang/AST/
DDeclObjC.h949 classprop_range class_properties() const { in class_properties() function
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1354 for (const auto *I : Container->class_properties()) { in findPropertyDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h1018 classprop_range class_properties() const { in class_properties() function
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4630 for (const auto *P : Container->class_properties()) in AddObjCProperties()