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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp83 /// CheckDistantExceptionSpec - Check if the given type is a pointer or pointer
86 bool Sema::CheckDistantExceptionSpec(QualType T) { function in class:clang::Sema
H A DSemaType.cpp1556 if (CheckDistantExceptionSpec(T)) {
2207 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
2226 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
2241 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
/external/clang/include/clang/Sema/
H A DSema.h895 bool CheckDistantExceptionSpec(QualType T);

Completed in 92 milliseconds