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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp137 for (auto *InnerStmt : CompoundStmt->body())
138 if (!visitStmt(InnerStmt))
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1427 const Stmt *InnerStmt = nullptr; local
1428 while (NextSrcContext.isValid() && NextSrcContext.asStmt() != InnerStmt) {
1430 InnerStmt = NextSrcContext.asStmt();
1431 NextSrcContext = getEnclosingStmtLocation(InnerStmt, LC,

Completed in 138 milliseconds