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 46 inline CanThrowResult mergeCanThrow(CanThrowResult CT1, CanThrowResult CT2) {
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 770 R = mergeCanThrow(R, S.canThrow(cast<Expr>(*I)));
    [all...]

Completed in 55 milliseconds