Searched refs:ValidateObjCLiteralInterfaceDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 195 static bool ValidateObjCLiteralInterfaceDecl(Sema &S, ObjCInterfaceDecl *Decl, in ValidateObjCLiteralInterfaceDecl() function 232 if (!ValidateObjCLiteralInterfaceDecl(S, ID, Loc, LiteralKind)) { in LookupObjCInterfaceDeclForLiteral()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 196 static bool ValidateObjCLiteralInterfaceDecl(Sema &S, ObjCInterfaceDecl *Decl, in ValidateObjCLiteralInterfaceDecl() function 233 if (!ValidateObjCLiteralInterfaceDecl(S, ID, Loc, LiteralKind)) { in LookupObjCInterfaceDeclForLiteral()
|