Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnyCall.h112 static Optional<AnyCall> forExpr(const Expr *E) { in forExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp357 CE ? *AnyCall::forExpr(CE) in getSummary()