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

  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 40 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) {
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 115 if (!isUnresolvedExceptionSpec(FPT->getExceptionSpecType()))
123 if (!isUnresolvedExceptionSpec(SourceFPT->getExceptionSpecType()))
149 if (!isUnresolvedExceptionSpec(EPI.ExceptionSpecType))
394 assert(!isUnresolvedExceptionSpec(OldEST) &&
395 !isUnresolvedExceptionSpec(NewEST) &&
583 assert(!isUnresolvedExceptionSpec(SuperEST) &&
584 !isUnresolvedExceptionSpec(SubEST) &&
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 314 milliseconds