Searched refs:TypeOrClassDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1435 typedef llvm::PointerUnion<TypeDecl *, ObjCInterfaceDecl *> TypeOrClassDecl; typedef
1436 SmallVector<TypeOrClassDecl, 4> typeDecls;
1442 typeDecls.push_back(TypeOrClassDecl());
1458 typeDecls.push_back(TypeOrClassDecl());
1465 auto resolveTypeReference = [&](TypeOrClassDecl typeDecl, SourceLocation loc)

Completed in 118 milliseconds