Searched defs:boolLiteral (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1141 CXXBoolLiteralExpr> boolLiteral; member in namespace:clang::ast_matchers
2366 /// Example matches true (matcher = hasCondition(boolLiteral(equals(true))))
2382 /// (matcher = ifStmt(hasThen(boolLiteral(equals(true)))))
2394 /// (matcher = ifStmt(hasElse(boolLiteral(equals(true)))))
2542 /// Example matches true (matcher = boolLiteral(equals(true)))
2605 /// Example matches true (matcher = hasUnaryOperand(boolLiteral(equals(true))))

Completed in 411 milliseconds