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

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

Completed in 34 milliseconds