Home
last modified time | relevance | path

Searched defs:isCatchAll (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h161 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll() function
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3459 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4513 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument