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.h1204 unsigned ExceptionSpecType : 4; member
1372 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
/external/clang/include/clang/AST/
DType.h3112 unsigned ExceptionSpecType : 4;
3193 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
/external/clang/lib/AST/
DType.cpp2673 ExceptionSpecType(epi.ExceptionSpec.Type), in FunctionProtoType()