Home
last modified time | relevance | path

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

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