HomeSort by relevance Sort by last modified time
    Searched refs:ObjCListBase (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclObjC.h 35 class ObjCListBase {
36 ObjCListBase(const ObjCListBase &) = delete;
37 void operator=(const ObjCListBase &) = delete;
44 ObjCListBase() : List(nullptr), NumElts(0) {}
58 class ObjCList : public ObjCListBase {
61 ObjCListBase::set(reinterpret_cast<void*const*>(InList), Elts, Ctx);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 24 // ObjCListBase
27 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) {
    [all...]

Completed in 49 milliseconds