Searched defs:getAsVoidPointer (Results 1 – 12 of 12) 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
51 static inline void *getAsVoidPointer(::clang::Type *P) { return P; } in getAsVoidPointer() function60 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
53 static inline void *getAsVoidPointer(Fixnum31 Num) { in TEST_F() function in __anon02a4b5e50111::TEST_F::FixnumPointerTraits
45 static inline void *getAsVoidPointer(Use **P) { return P; } in getAsVoidPointer() function
29 static inline void *getAsVoidPointer(ValueHandleBase** P) { return P; } in getAsVoidPointer() function
476 static inline void *getAsVoidPointer(PT P) { return P; } in getAsVoidPointer() function
112 static inline void *getAsVoidPointer(clang::OpaquePtr<T> P) { in getAsVoidPointer() function
148 static inline const void *getAsVoidPointer(T *P) { return P; } in getAsVoidPointer() function
488 static inline void *getAsVoidPointer(void *P) { return P; } in getAsVoidPointer() function