Home
last modified time | relevance | path

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

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