Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1361 auto findMatchingProperty = in findPropertyDecl() local
1383 if (const auto *Found = findMatchingProperty(Container)) in findPropertyDecl()
1390 if (const auto *Found = findMatchingProperty(ClassDecl)) in findPropertyDecl()
1402 if (const auto *Found = findMatchingProperty(Ext)) in findPropertyDecl()
1411 if (const auto *Found = findMatchingProperty(Cat)) in findPropertyDecl()