Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h168 bool isCatchAll() const { return Type.RTTI == nullptr; } in isCatchAll() function
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2348 static bool isCatchAll(EHPersonality Personality, Constant *TypeInfo) { in isCatchAll() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2701 AST_MATCHER(CXXCatchStmt, isCatchAll) { in AST_MATCHER() argument