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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp122 /// CheckDistantExceptionSpec - Check if the given type is a pointer or pointer
125 bool Sema::CheckDistantExceptionSpec(QualType T) { function in class:clang::Sema
H A DSemaType.cpp2294 if (CheckDistantExceptionSpec(T)) {
3625 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
3649 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
3663 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1292 bool CheckDistantExceptionSpec(QualType T);

Completed in 144 milliseconds