Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h162 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3116 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4417 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument