Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp997 if (const auto *FD = PTMSV->getDeclAs<FieldDecl>()) { in evalBinOpLN()
1000 if (const auto *FD = PTMSV->getDeclAs<IndirectFieldDecl>()) { in evalBinOpLN()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h535 const AdjustedDecl *getDeclAs() const { in getDeclAs() function