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.h5104 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
5111 if (U.isNull() || SemaRef.CheckSpecifiedExceptionType(U, Loc)) in TransformExceptionSpec()
DSemaDeclCXX.cpp13878 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
/external/clang/include/clang/Sema/
DSema.h1311 bool CheckSpecifiedExceptionType(QualType &T, SourceRange Range);