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.cpp1393 auto findMatchingProperty = in findPropertyDecl() local
1415 if (const auto *Found = findMatchingProperty(Container)) in findPropertyDecl()
1422 if (const auto *Found = findMatchingProperty(ClassDecl)) in findPropertyDecl()
1434 if (const auto *Found = findMatchingProperty(Ext)) in findPropertyDecl()
1443 if (const auto *Found = findMatchingProperty(Cat)) in findPropertyDecl()