Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1334 unsigned ExceptionSpecType : 4; member
1519 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1524 assert(ExceptionSpecType != EST_None); in getNumExceptions()
1531 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp208 I.Fun.ExceptionSpecType = ESpecType; in getFunction()
233 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h1747 unsigned ExceptionSpecType : 4;
4456 FunctionTypeBits.ExceptionSpecType);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3462 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()