Home
last modified time | relevance | path

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

/external/llvm-project/clang/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() argument
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 …]
/external/clang/include/clang/Sema/
DObjCMethodList.h26 struct ObjCMethodList { struct
31 llvm::PointerIntPair<ObjCMethodList *, 2> NextAndExtraBits; argument
33 ObjCMethodList() { } in ObjCMethodList() argument
34 ObjCMethodList(ObjCMethodDecl *M) in ObjCMethodList() argument
36 ObjCMethodList(const ObjCMethodList &L) in ObjCMethodList() argument
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 …]