Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp211 ND = PTMD.get<const PointerToMemberData *>()->getDeclaratorDecl(); in getDecl()
H A DBasicValueFactory.cpp206 ND = PTMD->getDeclaratorDecl(); in accumCXXBase()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h106 const NamedDecl *getDeclaratorDecl() const { return D; } in getDeclaratorDecl() function