Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1295 unsigned ExceptionSpecType : 4; member
1480 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1485 assert(ExceptionSpecType != EST_None); in getNumExceptions()
1492 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp207 I.Fun.ExceptionSpecType = ESpecType; in getFunction()
232 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h1607 unsigned ExceptionSpecType : 4;
4124 FunctionTypeBits.ExceptionSpecType);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp3161 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()