reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Type.h
 3919     return hasExtraBitfields(getExceptionSpecType());
tools/clang/lib/AST/ASTContext.cpp
 3883       NumArgs, FunctionProtoType::hasExtraBitfields(EPI.ExceptionSpec.Type),
tools/clang/lib/AST/Type.cpp
 2972   if (hasExtraBitfields(epi.ExceptionSpec.Type)) {