Searched refs:AFC (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMoveChecker.cpp440 const auto *AFC = dyn_cast<AnyFunctionCall>(&Call); local
441 if (!AFC)
445 const auto MethodDecl = dyn_cast_or_null<CXXMethodDecl>(AFC->getDecl());
459 const auto ArgRegion = AFC->getArgSVal(0).getAsRegion();
468 if (const auto *IC = dyn_cast<CXXInstanceCall>(AFC))
475 AFC->getArgExpr(0)->isRValue())

Completed in 194 milliseconds