Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1315 auto findMatchingProperty = in findPropertyDecl() local
1337 if (const auto *Found = findMatchingProperty(Container)) in findPropertyDecl()
1344 if (const auto *Found = findMatchingProperty(ClassDecl)) in findPropertyDecl()
1357 if (const auto *Found = findMatchingProperty(Ext)) in findPropertyDecl()