Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1344 auto findMatchingProperty = in findPropertyDecl() local
1366 if (const auto *Found = findMatchingProperty(Container)) in findPropertyDecl()
1373 if (const auto *Found = findMatchingProperty(ClassDecl)) in findPropertyDecl()
1385 if (const auto *Found = findMatchingProperty(Ext)) in findPropertyDecl()
1394 if (const auto *Found = findMatchingProperty(Cat)) in findPropertyDecl()
/external/clang/lib/AST/
DDeclObjC.cpp1244 auto findMatchingProperty = in findPropertyDecl() local
1266 if (const auto *Found = findMatchingProperty(Container)) in findPropertyDecl()
1273 if (const auto *Found = findMatchingProperty(ClassDecl)) in findPropertyDecl()
1286 if (const auto *Found = findMatchingProperty(Ext)) in findPropertyDecl()