Home
last modified time | relevance | path

Searched defs:getAsOpaquePtr (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h90 void *getAsOpaquePtr() const { return Ptr; } in getAsOpaquePtr() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclGroup.h125 void *getAsOpaquePtr() const { return D; } in getAsOpaquePtr() function
H A DCanonicalType.h182 void *getAsOpaquePtr() const { return Stored.getAsOpaquePtr(); } in getAsOpaquePtr() function
H A DGlobalDecl.h148 void *getAsOpaquePtr() const { return Value.getOpaqueValue(); } getAsOpaquePtr() function
H A DDeclarationName.h430 void *getAsOpaquePtr() const { return reinterpret_cast<void *>(Ptr); } in getAsOpaquePtr() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1022 void *getAsOpaquePtr() const { return InfoPtr.getOpaqueValue(); } getAsOpaquePtr() function