Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp2084 static bool tryMatchRecordTypes(ASTContext &Context,
2126 return tryMatchRecordTypes(Context, strategy, left, right); in matchTypes()
2145 static bool tryMatchRecordTypes(ASTContext &Context, in tryMatchRecordTypes() function