Searched defs:getAsVoidPointer (Results 1 – 10 of 10) sorted by relevance
36 static inline void *getAsVoidPointer(T* P) { return P; } in getAsVoidPointer() function56 static inline const void *getAsVoidPointer(const T* P) { in getAsVoidPointer() function69 static inline void *getAsVoidPointer(uintptr_t P) { in getAsVoidPointer() function
52 static inline void *getAsVoidPointer(::clang::Type *P) { return P; } in getAsVoidPointer() function61 static inline void *getAsVoidPointer(::clang::ExtQuals *P) { return P; } in getAsVoidPointer() function
146 static inline void *getAsVoidPointer(clang::DeclGroupRef P) { in getAsVoidPointer() function
324 void *getAsVoidPointer() const { return Storage.getOpaqueValue(); } in getAsVoidPointer() function548 static inline void *getAsVoidPointer(clang::TemplateName TN) { in getAsVoidPointer() function
76 static inline void *getAsVoidPointer(::clang::AnyFunctionDecl F) { in getAsVoidPointer() function
45 static inline void *getAsVoidPointer(Use **P) { return P; } in getAsVoidPointer() function
29 static inline void *getAsVoidPointer(ValueHandleBase** P) { return P; } in getAsVoidPointer() function
112 static inline void *getAsVoidPointer(clang::OpaquePtr<T> P) { in getAsVoidPointer() function
155 static inline const void *getAsVoidPointer(T *P) { return P; } in getAsVoidPointer() function
489 static inline void *getAsVoidPointer(void *P) { return P; } in getAsVoidPointer() function