Home
last modified time | relevance | path

Searched refs:CheckSpecifiedExceptionType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp71 bool Sema::CheckSpecifiedExceptionType(QualType &T, SourceRange Range) { in CheckSpecifiedExceptionType() function in clang::Sema
DTreeTransform.h4959 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
4966 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
DSemaDeclCXX.cpp13656 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
/external/clang/include/clang/Sema/
DSema.h1289 bool CheckSpecifiedExceptionType(QualType &T, SourceRange Range);