Home
last modified time | relevance | path

Searched defs:SetPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp162 void SBBlock::SetPtr(lldb_private::Block *block) { m_opaque_ptr = block; } in SetPtr() function in SBBlock
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp235 const PtrSet *SetPtr = State->get<RawPtrMap>(ObjRegion); in checkPostCall() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h348 void SetPtr(T *Ptr) const { As<T *>(true) = Ptr; } in SetPtr() function