HomeSort by: relevance | last modified time | path
    Searched refs:CheckDistantExceptionSpec (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 181 /// CheckDistantExceptionSpec - Check if the given type is a pointer or pointer
184 bool Sema::CheckDistantExceptionSpec(QualType T) {
SemaType.cpp 2876 if (CheckDistantExceptionSpec(T)) {
4813 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
4849 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
4863 if (LangOpts.CPlusPlus && S.CheckDistantExceptionSpec(T)) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1995 bool CheckDistantExceptionSpec(QualType T);

Completed in 80 milliseconds