Home
last modified time | relevance | path

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

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