Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1284 unsigned ExceptionSpecType : 4; member
1479 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1484 assert(ExceptionSpecType != EST_None); in getNumExceptions()
1491 assert(ExceptionSpecType == EST_None); in getDeclsInPrototype()
/external/clang/lib/Sema/
DDeclSpec.cpp204 I.Fun.ExceptionSpecType = ESpecType; in getFunction()
215 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp206 I.Fun.ExceptionSpecType = ESpecType; in getFunction()
231 assert(I.Fun.ExceptionSpecType == ESpecType && "bitfield overflow"); in getFunction()
/external/clang/include/clang/AST/
DType.h3216 unsigned ExceptionSpecType : 4;
3308 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
/external/llvm-project/clang/include/clang/AST/
DType.h1600 unsigned ExceptionSpecType : 4;
4113 FunctionTypeBits.ExceptionSpecType);
/external/clang/lib/AST/
DType.cpp2664 ExceptionSpecType(epi.ExceptionSpec.Type), in FunctionProtoType()
/external/llvm-project/clang/lib/AST/
DType.cpp3153 FunctionTypeBits.ExceptionSpecType = epi.ExceptionSpec.Type; in FunctionProtoType()