Home
last modified time | relevance | path

Searched refs:CheckDistantExceptionSpec (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExceptionSpec.cpp98 bool Sema::CheckDistantExceptionSpec(QualType T) { in CheckDistantExceptionSpec() function in clang::Sema
DSemaType.cpp1757 if (CheckDistantExceptionSpec(T)) { in BuildMemberPointerType()
2602 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
2621 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
2636 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1090 bool CheckDistantExceptionSpec(QualType T);