Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp182 nonloc::PointerToMember::PTMDataType PTMDT = PTM.getPTMData(); in accumCXXBase() local
186 if (PTMDT.isNull() || PTMDT.is<const NamedDecl *>()) { in accumCXXBase()
187 if (PTMDT.is<const NamedDecl *>()) in accumCXXBase()
188 ND = PTMDT.get<const NamedDecl *>(); in accumCXXBase()
192 const PointerToMemberData *PTMD = PTMDT.get<const PointerToMemberData *>(); in accumCXXBase()