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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 919 if (!ToFunc || ToFunc->hasDependentExceptionSpec())
924 if (!FromFunc || FromFunc->hasDependentExceptionSpec())
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 3231 assert(hasDependentExceptionSpec() && "type should not be canonical");
3260 bool FunctionProtoType::hasDependentExceptionSpec() const {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 4141 bool hasDependentExceptionSpec() const;

Completed in 38 milliseconds