Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1396 auto findMatchingProperty = in findPropertyDecl() local
1418 if (const auto *Found = findMatchingProperty(Container)) in findPropertyDecl()
1425 if (const auto *Found = findMatchingProperty(ClassDecl)) in findPropertyDecl()
1437 if (const auto *Found = findMatchingProperty(Ext)) in findPropertyDecl()
1446 if (const auto *Found = findMatchingProperty(Cat)) in findPropertyDecl()