Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DThunk.h156 struct ThunkInfo { struct
170 ThunkInfo() : Method(nullptr) {} in ThunkInfo() argument
176 friend bool operator==(const ThunkInfo &LHS, const ThunkInfo &RHS) { argument
181 bool isEmpty() const { in isEmpty()