reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
224 getAsVoidPointer(const PointerIntPair<PointerTy, IntBits, IntType> &P) {
include/llvm/ADT/PointerUnion.h 261 static inline void *getAsVoidPointer(const PointerUnion<PTs...> &P) {
include/llvm/Support/PointerLikeTypeTraits.h56 static inline void *getAsVoidPointer(T *P) { return P; } 93 static inline const void *getAsVoidPointer(const T *P) {tools/clang/include/clang/Basic/IdentifierTable.h
964 static void *getAsVoidPointer(clang::IdentifierInfo* P) {
tools/clang/include/clang/CodeGen/ConstantInitFuture.h 36 static inline void *getAsVoidPointer(T p) { return p; }