HomeSort by relevance Sort by last modified time
    Searched defs:ObjCMethodList (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
26 struct ObjCMethodList {
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
33 ObjCMethodList() { }
34 ObjCMethodList(ObjCMethodDecl *M)
36 ObjCMethodList(const ObjCMethodList &L)
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
26 struct ObjCMethodList {
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
33 ObjCMethodList() { }
34 ObjCMethodList(ObjCMethodDecl *M)
36 ObjCMethodList(const ObjCMethodList &L)
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
26 struct ObjCMethodList {
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
33 ObjCMethodList() { }
34 ObjCMethodList(ObjCMethodDecl *M)
36 ObjCMethodList(const ObjCMethodList &L)
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
26 struct ObjCMethodList {
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
33 ObjCMethodList() { }
34 ObjCMethodList(ObjCMethodDecl *M)
36 ObjCMethodList(const ObjCMethodList &L)
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
26 struct ObjCMethodList {
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
33 ObjCMethodList() { }
34 ObjCMethodList(ObjCMethodDecl *M)
36 ObjCMethodList(const ObjCMethodList &L)
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
26 struct ObjCMethodList {
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
33 ObjCMethodList() { }
34 ObjCMethodList(ObjCMethodDecl *M)
36 ObjCMethodList(const ObjCMethodList &L)
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
26 struct ObjCMethodList {
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
33 ObjCMethodList() { }
34 ObjCMethodList(ObjCMethodDecl *M)
36 ObjCMethodList(const ObjCMethodList &L)
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
26 struct ObjCMethodList {
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
33 ObjCMethodList() { }
34 ObjCMethodList(ObjCMethodDecl *M)
36 ObjCMethodList(const ObjCMethodList &L)
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===//
10 // This file defines ObjCMethodList, a singly-linked list of methods.
26 struct ObjCMethodList {
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits;
33 ObjCMethodList() { }
34 ObjCMethodList(ObjCMethodDecl *M)
36 ObjCMethodList(const ObjCMethodList &L)
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); }
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L);
    [all...]

Completed in 71 milliseconds