HomeSort by relevance Sort by last modified time
    Searched refs:mergeCanThrow (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 51 inline CanThrowResult mergeCanThrow(CanThrowResult CT1, CanThrowResult CT2) {
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 818 R = mergeCanThrow(R, S.canThrow(cast<Expr>(*I)));
    [all...]

Completed in 183 milliseconds