Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp319 REGISTER_MATCHER(hasElse); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp342 auto IfStmtElse = ifStmt(hasElse(InnerMatcher)); in isInUnspecifiedUntypedContext()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5634 AST_MATCHER_P(IfStmt, hasElse, internal::Matcher<Stmt>, InnerMatcher) { in AST_MATCHER_P() argument