Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h101 const NamedDecl *getDeclaratorDecl() const { return D; } in getDeclaratorDecl() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp210 ND = PTMD->getDeclaratorDecl(); in accumCXXBase()
DSVals.cpp224 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()