Searched defs:CanThrowResult (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DExceptionSpecificationType.h46 enum CanThrowResult { enum in namespace:clang
52 inline CanThrowResult mergeCanThrow(CanThrowResult CT1, CanThrowResult CT2) {
53 // CanThrowResult constants are ordered so that the maximum is the correct

Completed in 61 milliseconds