Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp83 bool Sema::CheckDistantExceptionSpec(QualType T) { in CheckDistantExceptionSpec() function in clang::Sema
DSemaType.cpp1461 if (CheckDistantExceptionSpec(T)) { in BuildMemberPointerType()
1935 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
1954 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
1969 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
/external/clang/include/clang/Sema/
DSema.h799 bool CheckDistantExceptionSpec(QualType T);