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

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 1294 /// ExceptionSpecType - An ExceptionSpecificationType value.
1295 unsigned ExceptionSpecType : 4;
1480 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
1485 assert(ExceptionSpecType != EST_None);
1492 assert(ExceptionSpecType == EST_None);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
DeclSpec.cpp 207 I.Fun.ExceptionSpecType = ESpecType;
232 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow");
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1607 unsigned ExceptionSpecType : 4;
4124 FunctionTypeBits.ExceptionSpecType);
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 3161 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type;

Completed in 43 milliseconds