Home
last modified time | relevance | path

Searched defs:ObjCMethodList (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DObjCMethodList.h25 struct ObjCMethodList { struct
30 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits; argument
32 ObjCMethodList() { } in ObjCMethodList() function
33 ObjCMethodList(ObjCMethodDecl *M) in ObjCMethodList() argument
35 ObjCMethodList(const ObjCMethodList &L) in ObjCMethodList() function
45 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); } in getNext() argument
47 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); } in setNext() argument
48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits()
50 ObjCMethodDecl *getMethod() const { in getMethod()
53 void setMethod(ObjCMethodDecl *M) { in setMethod()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DObjCMethodList.h25 struct ObjCMethodList { struct
30 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits; argument
32 ObjCMethodList() { } in ObjCMethodList() function
33 ObjCMethodList(ObjCMethodDecl *M) in ObjCMethodList() argument
35 ObjCMethodList(const ObjCMethodList &L) in ObjCMethodList() function
45 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); } in getNext() argument
47 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); } in setNext() argument
48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits()
50 ObjCMethodDecl *getMethod() const { in getMethod()
53 void setMethod(ObjCMethodDecl *M) { in setMethod()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DObjCMethodList.h25 struct ObjCMethodList { struct
30 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits; argument
32 ObjCMethodList() { } in ObjCMethodList() function
33 ObjCMethodList(ObjCMethodDecl *M) in ObjCMethodList() argument
35 ObjCMethodList(const ObjCMethodList &L) in ObjCMethodList() function
45 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); } in getNext() argument
47 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); } in setNext() argument
48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits()
50 ObjCMethodDecl *getMethod() const { in getMethod()
53 void setMethod(ObjCMethodDecl *M) { in setMethod()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DObjCMethodList.h25 struct ObjCMethodList { struct
30 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits; argument
32 ObjCMethodList() { } in ObjCMethodList() function
33 ObjCMethodList(ObjCMethodDecl *M) in ObjCMethodList() function
35 ObjCMethodList(const ObjCMethodList &L) in ObjCMethodList() function
45 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); } in getNext() argument
47 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); } in setNext() argument
48 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits()
50 ObjCMethodDecl *getMethod() const { in getMethod()
53 void setMethod(ObjCMethodDecl *M) { in setMethod()
[all …]
/aosp_15_r20/external/clang/include/clang/Sema/
H A DObjCMethodList.h26 struct ObjCMethodList { struct
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits; argument
33 ObjCMethodList() { } in ObjCMethodList() function
34 ObjCMethodList(ObjCMethodDecl *M) in ObjCMethodList() argument
36 ObjCMethodList(const ObjCMethodList &L) in ObjCMethodList() function
40 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); } in getNext() argument
42 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); } in setNext() argument
43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); } in setBits()
45 ObjCMethodDecl *getMethod() const { in getMethod()
48 void setMethod(ObjCMethodDecl *M) { in setMethod()
[all …]