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

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

Completed in 128 milliseconds