Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp204 I.Fun.ExceptionSpecType = ESpecType; in getFunction()
215 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
/external/clang/include/clang/Sema/
DDeclSpec.h1227 unsigned ExceptionSpecType : 4; member
1395 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
/external/clang/include/clang/AST/
DType.h3216 unsigned ExceptionSpecType : 4;
3308 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
/external/clang/lib/AST/
DType.cpp2664 ExceptionSpecType(epi.ExceptionSpec.Type), in FunctionProtoType()