Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3113 static bool tryMatchRecordTypes(ASTContext &Context,
3155 return tryMatchRecordTypes(Context, strategy, left, right); in matchTypes()
3174 static bool tryMatchRecordTypes(ASTContext &Context, in tryMatchRecordTypes() function