HomeSort by relevance Sort by last modified time
    Searched defs:ObjCMethodList (Results 1 - 15 of 15) 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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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 339 milliseconds