Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp131 bool Sema::CheckDistantExceptionSpec(QualType T) { in CheckDistantExceptionSpec() function in clang::Sema
DSemaType.cpp2473 if (CheckDistantExceptionSpec(T)) { in BuildMemberPointerType()
3839 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
3874 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
3888 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
/external/clang/include/clang/Sema/
DSema.h1312 bool CheckDistantExceptionSpec(QualType T);