Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp126 auto StmtP = N->getLocation().getAs<StmtPoint>(); in VisitNode() local
127 if (!StmtP) in VisitNode()
130 const CallExpr *Call = StmtP->getStmtAs<CallExpr>(); in VisitNode()