Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp184 bool Sema::CheckDistantExceptionSpec(QualType T) { in CheckDistantExceptionSpec() function in clang::Sema
H A DSemaType.cpp2876 if (CheckDistantExceptionSpec(T)) { in BuildMemberPointerType()
4813 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
4849 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
4863 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1995 bool CheckDistantExceptionSpec(QualType T);