Searched refs:OpaquePtr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DOwnership.h22 // OpaquePtr
45 class OpaquePtr { class in namespace:clang
47 explicit OpaquePtr(void *Ptr) : Ptr(Ptr) {} function in class:clang::OpaquePtr
52 OpaquePtr() : Ptr(0) {} function in class:clang::OpaquePtr
54 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; }
85 static OpaquePtr getFromOpaquePtr(void *P) { return OpaquePtr(P); }
88 /// UnionOpaquePtr - A version of OpaquePtr suitable for membership
93 static UnionOpaquePtr make(OpaquePtr<
[all...]
H A DSema.h229 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
230 typedef OpaquePtr<TemplateName> TemplateTy;
231 typedef OpaquePtr<QualType> TypeTy;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h237 typedef OpaquePtr<DeclGroupRef> DeclGroupPtrTy;
238 typedef OpaquePtr<TemplateName> TemplateTy;

Completed in 105 milliseconds