Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp188 bool Sema::CheckDistantExceptionSpec(QualType T) { in CheckDistantExceptionSpec() function in clang::Sema
H A DSemaType.cpp2964 if (CheckDistantExceptionSpec(T)) { in BuildMemberPointerType()
4929 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
4965 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
4979 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) { in GetFullTypeForDeclarator()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2103 bool CheckDistantExceptionSpec(QualType T);