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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp181 /// CheckDistantExceptionSpec - Check if the given type is a pointer or pointer
184 bool Sema::CheckDistantExceptionSpec(QualType T) { function in class:clang::Sema
H A DSemaType.cpp2876 if (CheckDistantExceptionSpec(T)) {
4813 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
4849 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
4863 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1995 bool CheckDistantExceptionSpec(QualType T);

Completed in 263 milliseconds