Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1318 unsigned ExceptionSpecType : 4; member
1503 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1508 assert(ExceptionSpecType != EST_None); in getNumExceptions()
1515 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp208 I.Fun.ExceptionSpecType = ESpecType; in getFunction()
233 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DType.h1688 unsigned ExceptionSpecType : 4;
4259 FunctionTypeBits.ExceptionSpecType);
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp3218 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()