Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp342 auto IfStmtElse = ifStmt(hasElse(InnerMatcher)); in isInUnspecifiedUntypedContext() local
344 return stmt(anyOf(CompStmt, IfStmtThen, IfStmtElse)); in isInUnspecifiedUntypedContext()