Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DObjCARCInstKind.cpp569 bool llvm::objcarc::IsNoThrow(ARCInstKind Class) { in IsNoThrow() function in llvm::objcarc
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1727 TEST(IsNoThrow, MatchesNoThrowFunctionDeclarations) { in TEST() argument