Searched defs:getAsVoidPointer (Results 1 – 11 of 11) sorted by relevance
36 static inline void *getAsVoidPointer(T *P) { return P; } in getAsVoidPointer() function54 static inline const void *getAsVoidPointer(const T* P) { in getAsVoidPointer() function67 static inline void *getAsVoidPointer(uintptr_t P) { in getAsVoidPointer() function
55 static inline void *getAsVoidPointer(::clang::Type *P) { return P; } in getAsVoidPointer() function64 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
52 static inline void *getAsVoidPointer(Fixnum31 Num) { in TEST_F() function in __anone4674e1a0111::TEST_F::FixnumPointerTraits
44 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
76 static inline void *getAsVoidPointer(AlignedMap *P) { return P; } in getAsVoidPointer() function
489 static inline void *getAsVoidPointer(void *P) { return P; } in getAsVoidPointer() function