Home
last modified time | relevance | path

Searched refs:setFromOpaqueValue (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h130 void setFromOpaqueValue(void *Val) & { in setFromOpaqueValue() function
136 P.setFromOpaqueValue(V); in getFromOpaqueValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h158 GD.Value.setFromOpaqueValue(P); in getFromOpaquePtr()
H A DType.h992 T.Value.setFromOpaqueValue(const_cast<void*>(Ptr));
3211 void setFromOpaqueValue(void *V);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1037 InfoPtr.setFromOpaqueValue(reinterpret_cast<void *>(V)); in Selector()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3836 void TypeCoupledDeclRefInfo::setFromOpaqueValue(void *V) { in setFromOpaqueValue() function in TypeCoupledDeclRefInfo
3837 Data.setFromOpaqueValue(V); in setFromOpaqueValue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp636 Ptr.setFromOpaqueValue(const_cast<void *>(store)); in getRegionBindings()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h946 Enc.setFromOpaqueValue(Ptr);