Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1296 unsigned ExceptionSpecType : 4; member
1481 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1486 assert(ExceptionSpecType != EST_None); in getNumExceptions()
1493 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp207 I.Fun.ExceptionSpecType = ESpecType; in getFunction()
232 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h1678 unsigned ExceptionSpecType : 4;
4194 FunctionTypeBits.ExceptionSpecType);
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp3211 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()