Home
last modified time | relevance | path

Searched defs:voidType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp56 if (auto voidType = dyn_cast<cir::VoidType>(type)) { in getAlias() local
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7057 AST_MATCHER(Type, voidType) { in AST_MATCHER() argument