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.h162 GD.Value.setFromOpaqueValue(P); in getFromOpaquePtr()
H A DType.h987 T.Value.setFromOpaqueValue(const_cast<void*>(Ptr));
3306 void setFromOpaqueValue(void *V);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1045 InfoPtr.setFromOpaqueValue(reinterpret_cast<void *>(V)); in Selector()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3988 void TypeCoupledDeclRefInfo::setFromOpaqueValue(void *V) { in setFromOpaqueValue() function in TypeCoupledDeclRefInfo
3989 Data.setFromOpaqueValue(V); in setFromOpaqueValue()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp800 Ptr.setFromOpaqueValue(const_cast<void *>(store)); in getRegionBindings()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h958 Enc.setFromOpaqueValue(Ptr);