Home
last modified time | relevance | path

Searched refs:ExceptionSpecType (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp214 I.Fun.ExceptionSpecType = ESpecType; in getFunction()
224 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1185 unsigned ExceptionSpecType : 4; member
1342 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DType.h2959 unsigned ExceptionSpecType : 4;
3038 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp1606 ExceptionSpecType(epi.ExceptionSpec.Type), in FunctionProtoType()