Home
last modified time | relevance | path

Searched defs:getFromOpaquePtr (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DGlobalDecl.h78 static GlobalDecl getFromOpaquePtr(void *P) { in getFromOpaquePtr() function
DDeclGroup.h130 static DeclGroupRef getFromOpaquePtr(void *Ptr) { in getFromOpaquePtr() function
DDeclarationName.h237 static DeclarationName getFromOpaquePtr(void *P) { in getFromOpaquePtr() function
/external/clang/include/clang/Sema/
DOwnership.h85 static OpaquePtr getFromOpaquePtr(void *P) { return OpaquePtr(P); } in getFromOpaquePtr() function