Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp187 DD = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
H A DBasicValueFactory.cpp195 DD = PTMD->getDeclaratorDecl(); in accumCXXBase()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h100 const DeclaratorDecl *getDeclaratorDecl() const {return D;} in getDeclaratorDecl() function