HomeSort by relevance Sort by last modified time
    Searched defs:ObjCListBase (Results 1 - 9 of 9) 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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]

Completed in 209 milliseconds