Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1268 unsigned ExceptionSpecType : 4; member
1459 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1464 assert(ExceptionSpecType != EST_None); in getNumExceptions()
1471 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp196 I.Fun.ExceptionSpecType = ESpecType; in getFunction()
220 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1532 unsigned ExceptionSpecType : 4;
3924 FunctionTypeBits.ExceptionSpecType);
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp2858 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()